initial commit

This commit is contained in:
Urban Modig
2025-04-20 17:14:30 +02:00
parent 0083eeef61
commit b27cac393b
185 changed files with 1484 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="se.urmo.oauth2test.Oauth2testApplicationTests" tests="1" skipped="0" failures="0" errors="0" timestamp="2025-04-20T15:07:22.881Z" hostname="Urbans-MacBook-Pro.local" time="0.385">
<properties/>
<testcase name="contextLoads()" classname="se.urmo.oauth2test.Oauth2testApplicationTests" time="0.385"/>
<system-out><![CDATA[17:07:22.371 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [se.urmo.oauth2test.Oauth2testApplicationTests]: Oauth2testApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
17:07:22.403 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration se.urmo.oauth2test.Oauth2testApplication for test class se.urmo.oauth2test.Oauth2testApplicationTests
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.4.4)
2025-04-20T17:07:22.516+02:00 INFO 62056 --- [oauth2test] [ Test worker] s.u.o.Oauth2testApplicationTests : Starting Oauth2testApplicationTests using Java 21.0.6 with PID 62056 (started by urban in /Users/urban/repo/Oauth2-Test)
2025-04-20T17:07:22.517+02:00 INFO 62056 --- [oauth2test] [ Test worker] s.u.o.Oauth2testApplicationTests : No active profile set, falling back to 1 default profile: "default"
2025-04-20T17:07:22.877+02:00 INFO 62056 --- [oauth2test] [ Test worker] s.u.o.Oauth2testApplicationTests : Started Oauth2testApplicationTests in 0.432 seconds (process running for 0.782)
]]></system-out>
<system-err><![CDATA[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 what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (/Users/urban/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.15.11/a38b16385e867f59a641330f0362ebe742788ed8/byte-buddy-agent-1.15.11.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
]]></system-err>
</testsuite>