Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 123987dca0b3bf67938971b25802ede0280d139d
      
https://github.com/jenkinsci/analysis-model/commit/123987dca0b3bf67938971b25802ede0280d139d
  Author: TVDiasDominik <[email protected]>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/JavacParser.java

  Log Message:
  -----------
  Adjust regex to kotlin 1.8

with kotlin 1.8 they changed the warnings compile output style from the java 
style to kotlin from
<package-name><filename>.kt: (line,column) to 
<package-name><filename>.kt:line:column


  Commit: 2733f31f0774075cb987515f1ecca1e0cae2fe63
      
https://github.com/jenkinsci/analysis-model/commit/2733f31f0774075cb987515f1ecca1e0cae2fe63
  Author: TVDiasDominik <[email protected]>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    A src/test/resources/edu/hm/hafner/analysis/parser/kotlin-1_8.txt

  Log Message:
  -----------
  create kotlin 1.8 test file

test that the new and old style is still working


  Commit: 173fb1b504d6d6c43a768e3e7da9d4126937448a
      
https://github.com/jenkinsci/analysis-model/commit/173fb1b504d6d6c43a768e3e7da9d4126937448a
  Author: TVDiasDominik <[email protected]>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/parser/JavacParserTest.java

  Log Message:
  -----------
  Update JavacParserTest.java

add test for the kotlin 1.8 warnings style


  Commit: 0307101c1f262cda9c8735449be59b63cab456b3
      
https://github.com/jenkinsci/analysis-model/commit/0307101c1f262cda9c8735449be59b63cab456b3
  Author: Ulli Hafner <[email protected]>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/AbstractMavenLogParser.java
    M src/main/java/edu/hm/hafner/analysis/parser/JavacParser.java

  Log Message:
  -----------
  Simplify regexp to detect Kotlin 1.8 warnings as well.


  Commit: b001713c3bf73fed801d5c5155a5096efca632cd
      
https://github.com/jenkinsci/analysis-model/commit/b001713c3bf73fed801d5c5155a5096efca632cd
  Author: Ulli Hafner <[email protected]>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/AbstractMavenLogParser.java

  Log Message:
  -----------
  Fix indention.


  Commit: bc4a6b28c4c929089c0524c7c4c73874664205a2
      
https://github.com/jenkinsci/analysis-model/commit/bc4a6b28c4c929089c0524c7c4c73874664205a2
  Author: Dominik Dias <[email protected]>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M src/test/java/edu/hm/hafner/analysis/parser/JavacParserTest.java

  Log Message:
  -----------
  add properties test to kotlin 1.8 testcase


  Commit: cd51556713f442df96de5ef8f0e9d0e2dc2a3c41
      
https://github.com/jenkinsci/analysis-model/commit/cd51556713f442df96de5ef8f0e9d0e2dc2a3c41
  Author: Dominik Dias <[email protected]>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/JavacParser.java
    M src/test/java/edu/hm/hafner/analysis/parser/JavacParserTest.java
    M src/test/resources/edu/hm/hafner/analysis/parser/kotlin-1_8.txt

  Log Message:
  -----------
  adjust parser to match both java and kotlin <= 1.8 and >= 1.8
add more test


  Commit: fd99fb141f14dae9573583a383af53f1634405e8
      
https://github.com/jenkinsci/analysis-model/commit/fd99fb141f14dae9573583a383af53f1634405e8
  Author: Ullrich Hafner <[email protected]>
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
    M src/main/java/edu/hm/hafner/analysis/parser/AbstractMavenLogParser.java
    M src/main/java/edu/hm/hafner/analysis/parser/JavacParser.java
    M src/test/java/edu/hm/hafner/analysis/parser/JavacParserTest.java
    A src/test/resources/edu/hm/hafner/analysis/parser/kotlin-1_8.txt

  Log Message:
  -----------
  Merge pull request #925 from 
TVDiasDominik/fix_kotlin_1_8_warnings_not_detected

Fix kotlin 1.8 warnings not detected


Compare: 
https://github.com/jenkinsci/analysis-model/compare/34f81e173a37...fd99fb141f14

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/analysis-model/push/refs/heads/master/34f81e-fd99fb%40github.com.

Reply via email to