gitgabrio commented on PR #1953:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/1953#issuecomment-1898129257

   @mariofusco @yesamer @porcelli 
   Current status
   1. ` mvn artifact:check-buildplan` -> succeed
   2. `mvn clean install -DskipTests -Dquickly` -> succeed
   3. `mvn clean verify -DskipTests -Dquickly artifact:compare` -> fails due to
   
   `[diffoscope 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/reference/job-http-recipient-999-SNAPSHOT.jar
 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/job-http-recipient-999-SNAPSHOT.jar`
   
   ```
   --- 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/reference/job-http-recipient-999-SNAPSHOT.jar
   +++ 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/job-http-recipient-999-SNAPSHOT.jar
   ├── zipinfo -v {}
   │ @@ -452,15 +452,15 @@
   │    minimum file system compatibility required:     MS-DOS, OS/2 or NT FAT
   │    minimum software version required to extract:   2.0
   │    compression method:                             deflated
   │    compression sub-type (deflation):               normal
   │    file security status:                           not encrypted
   │    extended local header:                          no
   │    file last modified on (DOS date/time):          2024 Jan 16 00:00:00
   │ -  32-bit CRC value (hex):                         e73f1883
   │ +  32-bit CRC value (hex):                         329f2ce1
   │    compressed size:                                131 bytes
   │    uncompressed size:                              145 bytes
   │    length of filename:                             37 characters
   │    length of extra field:                          0 bytes
   │    length of file comment:                         0 characters
   │    disk number on which file begins:               disk 1
   │    apparent file type:                             binary
   │ @@ -510,15 +510,15 @@
   │    minimum file system compatibility required:     MS-DOS, OS/2 or NT FAT
   │    minimum software version required to extract:   2.0
   │    compression method:                             deflated
   │    compression sub-type (deflation):               normal
   │    file security status:                           not encrypted
   │    extended local header:                          no
   │    file last modified on (DOS date/time):          2024 Jan 16 00:00:00
   │ -  32-bit CRC value (hex):                         d1badec1
   │ +  32-bit CRC value (hex):                         c14c0898
   │    compressed size:                                243 bytes
   │    uncompressed size:                              508 bytes
   │    length of filename:                             35 characters
   │    length of extra field:                          0 bytes
   │    length of file comment:                         0 characters
   │    disk number on which file begins:               disk 1
   │    apparent file type:                             binary
   ├── META-INF/quarkus-extension.properties
   │ @@ -1,3 +1,3 @@
   │  #Generated by extension-descriptor
   │ -#Thu Jan 18 10:27:20 CET 2024
   │ +#Thu Jan 18 10:31:10 CET 2024
   │  
deployment-artifact=org.kie.kogito\:job-http-recipient-deployment\:999-SNAPSHOT
   ├── META-INF/quarkus-javadoc.properties
   │ @@ -1,4 +1,4 @@
   │  #
   │ -#Thu Jan 18 10:27:17 CET 2024
   │ +#Thu Jan 18 10:31:10 CET 2024
   │  
org.kie.kogito.job.http.recipient.JobHttpRecipientRuntimeConfiguration.maxTimeoutInMillis=Max
 accepted timeout to execute HTTP requests for the HttpRecipient when the Job's 
timeout is configured.\nAttempts to surpass this value will result in a 
validation error at Job creation time.
   │  
org.kie.kogito.job.http.recipient.JobHttpRecipientRuntimeConfiguration.timeoutInMillis=Default
 timeout to execute HTTP requests for the HttpRecipient when the Job's timeout 
is not configured.
   ```
   
   `diffoscope 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/reference/job-http-recipient-999-SNAPSHOT-sources.jar
 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/job-http-recipient-999-SNAPSHOT-sources.jar`
   
   ```
   --- 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/reference/job-http-recipient-999-SNAPSHOT-sources.jar
   +++ 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/job-http-recipient-999-SNAPSHOT-sources.jar
   ├── zipinfo -v {}
   │ @@ -568,15 +568,15 @@
   │    minimum file system compatibility required:     MS-DOS, OS/2 or NT FAT
   │    minimum software version required to extract:   2.0
   │    compression method:                             deflated
   │    compression sub-type (deflation):               normal
   │    file security status:                           not encrypted
   │    extended local header:                          no
   │    file last modified on (DOS date/time):          2024 Jan 16 00:00:00
   │ -  32-bit CRC value (hex):                         d1badec1
   │ +  32-bit CRC value (hex):                         c14c0898
   │    compressed size:                                243 bytes
   │    uncompressed size:                              508 bytes
   │    length of filename:                             74 characters
   │    length of extra field:                          0 bytes
   │    length of file comment:                         0 characters
   │    disk number on which file begins:               disk 1
   │    apparent file type:                             binary
   ├── 
org/kie/kogito/job/http/recipient/JobHttpRecipientRuntimeConfiguration.jdp
   │ @@ -1,4 +1,4 @@
   │  #
   │ -#Thu Jan 18 10:27:17 CET 2024
   │ +#Thu Jan 18 10:31:10 CET 2024
   │  
org.kie.kogito.job.http.recipient.JobHttpRecipientRuntimeConfiguration.maxTimeoutInMillis=Max
 accepted timeout to execute HTTP requests for the HttpRecipient when the Job's 
timeout is configured.\nAttempts to surpass this value will result in a 
validation error at Job creation time.
   │  
org.kie.kogito.job.http.recipient.JobHttpRecipientRuntimeConfiguration.timeoutInMillis=Default
 timeout to execute HTTP requests for the HttpRecipient when the Job's timeout 
is not configured.
   ```
   
   `diff 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/reference/job-http-recipient-999-SNAPSHOT.buildinfo
 
jobs-service/jobs-recipients/job-http-recipient/runtime/target/job-http-recipient-999-SNAPSHOT.buildinfo`
   
   
   ```
   0a1,15
   > # https://reproducible-builds.org/docs/jvm/
   > buildinfo.version=1.0-SNAPSHOT
   > 
   > name=Kogito Apps :: Jobs Service :: Job Http Recipient - Runtime
   > group-id=org.kie.kogito
   > artifact-id=job-http-recipient
   > version=999-SNAPSHOT
   > 
   > # source information
   > 
source.scm.uri=scm:git:https://github.com/apache/incubator-kie-kogito-runtimes.git/kogito-build/kogito-dependencies-bom/kogito-build-no-bom-parent/kogito-build-parent/kogito-apps/kogito-apps-build-parent/jobs-service/jobs-recipients/job-http-recipient-parent/job-http-recipient
   > source.scm.tag=HEAD
   > 
   > # build instructions
   > build-tool=mvn
   > 
   2,3c17,19
   < java.version=17 (from MANIFEST.MF Build-Jdk-Spec)
   < os.name=Unix (from pom.properties newline)
   ---
   > java.version=17.0.9
   > java.vendor=Oracle Corporation
   > os.name=Mac OS X
   4a21,25
   > # Maven rebuild instructions and effective environment
   > mvn.version=3.9.6
   > 
   > # output
   > 
   11c32
   < 
outputs.1.checksums.sha512=d0deb4df9f846305e2e97bd342bf8d0c804865863b62fc61dd7580044e922f3472ba57263bd1fd70aaf552f40032cf73c605f25e2e50ab7372e9de32d712fd04
   ---
   > 
outputs.1.checksums.sha512=934fc9a8244aa186b9727cbecb4873bb4bcc0e65b95f27ae0dcaf5d85c60059388b80c4121a81f9864c6f0506e79918e60c89dc5e2dfedb444e136a1dd007ab4
   19c40
   < 
outputs.3.checksums.sha512=f5d9e1398a0a761e4dfb407a1df69f503de40fbb776e473ab23eb2aa58f42c470db5305a016c2ae63db42814515cb5656b6ebf3ca604fd4cae78c99a2a8b989c
   ---
   > 
outputs.3.checksums.sha512=de9249488198d6e307dcceb8e679d83b3a25abe55acebf4d05a9f9879b3620d119a3f31bec73adaa8a56061c98519f4e66e10871b4144942f28c10a23c2bc031
   
   ```
   
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to