0% found this document useful (0 votes)
4 views1 page

API Execution Log and Status Report

The document outlines the execution log of a Java application, detailing tasks related to code compilation and formatting checks. It includes information about the API call for a token and the HTTP response received, indicating a successful request with a 200 OK status. Additionally, there are warnings regarding missing SLF4J providers and various HTTP headers set in the response.

Uploaded by

vikas.atri2
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

API Execution Log and Status Report

The document outlines the execution log of a Java application, detailing tasks related to code compilation and formatting checks. It includes information about the API call for a token and the HTTP response received, indicating a successful request with a 200 OK status. Additionally, there are warnings regarding missing SLF4J providers and various HTTP headers set in the response.

Uploaded by

vikas.atri2
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

11:01:08 PM: Executing ':[Link].

main()'…

>>> browser:null
>>> executionTag:null
> Task :compileJava UP-TO-DATE
> Task :spotlessInternalRegisterDependencies UP-TO-DATE
> Task :spotlessFlexmark UP-TO-DATE
> Task :spotlessFlexmarkApply UP-TO-DATE
> Task :spotlessGherkin UP-TO-DATE
> Task :spotlessGherkinApply UP-TO-DATE
> Task :spotlessJava
> Task :spotlessJavaApply
> Task :spotlessApply
> Task :spotlessFlexmarkCheck UP-TO-DATE
> Task :spotlessGherkinCheck UP-TO-DATE
> Task :spotlessJavaCheck
> Task :spotlessCheck

> Task :processSources


Source code formatting and style check completed

> Task :processResources UP-TO-DATE


> Task :classes UP-TO-DATE
> Task :compileTestJava
> Task :processTestResources UP-TO-DATE
> Task :testClasses

API triggered to get the token


SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See [Link] for further details.
HTTP/1.1 200 OK

Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
CF-Ray: 9ba530487d1138b4-DEL
CF-Cache-Status: DYNAMIC
Cache-Control: no-store
Set-Cookie: relay=3165ea4c-4601-4955-8dbd-34b50f30f83d; Path=/; Secure;
SameSite=None
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Vary: Accept-Encoding
Set-Cookie: ftrset=545; Path=/; Secure; HttpOnly; SameSite=None
Set-Cookie: ftrset=545; Path=/; Secure; HttpOnly; SameSite=None
Set-Cookie: ftrset=545; Path=/; Secure; HttpOnly; SameSite=None
p3p: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"
x-content-type-options: nosniff

You might also like