[jira] [Commented] (IGNITE-25709) JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible FileHandler.files

2026-04-14 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-25709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18073358#comment-18073358
 ] 

Ignite TC Bot commented on IGNITE-25709:


{panel:title=Branch: [pull/12152/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12152/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8991216&buildTypeId=IgniteTests24Java8_RunAll]

> JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible 
> FileHandler.files
> ---
>
> Key: IGNITE-25709
> URL: https://issues.apache.org/jira/browse/IGNITE-25709
> Project: Ignite
>  Issue Type: Bug
>Reporter: Aleksandr Chesnokov
>Assignee: Aleksandr Chesnokov
>Priority: Minor
>  Labels: ise
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> JavaLoggerTest.testLogInitialize calls JavaLogger.fileName(), which uses 
> reflection to read the private files field from java.util.logging.FileHandler.
> On Java 17 this package is not open by default, so the reflection access 
> fails, fileName() returns null, and the test fails at JavaLoggerTest.java:161.
>  
> see 
> [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Logging?tag=JDK_17]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IGNITE-25709) JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible FileHandler.files

2026-04-14 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-25709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18073359#comment-18073359
 ] 

Ignite TC Bot commented on IGNITE-25709:


{panel:title=Branch: [pull/12152/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12152/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8991216&buildTypeId=IgniteTests24Java8_RunAll]

> JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible 
> FileHandler.files
> ---
>
> Key: IGNITE-25709
> URL: https://issues.apache.org/jira/browse/IGNITE-25709
> Project: Ignite
>  Issue Type: Bug
>Reporter: Aleksandr Chesnokov
>Assignee: Aleksandr Chesnokov
>Priority: Minor
>  Labels: ise
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> JavaLoggerTest.testLogInitialize calls JavaLogger.fileName(), which uses 
> reflection to read the private files field from java.util.logging.FileHandler.
> On Java 17 this package is not open by default, so the reflection access 
> fails, fileName() returns null, and the test fails at JavaLoggerTest.java:161.
>  
> see 
> [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Logging?tag=JDK_17]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IGNITE-25709) JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible FileHandler.files

2026-04-13 Thread Ignite TC Bot (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-25709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18073357#comment-18073357
 ] 

Ignite TC Bot commented on IGNITE-25709:


{panel:title=Branch: [pull/12152/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12152/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8991216&buildTypeId=IgniteTests24Java8_RunAll]

> JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible 
> FileHandler.files
> ---
>
> Key: IGNITE-25709
> URL: https://issues.apache.org/jira/browse/IGNITE-25709
> Project: Ignite
>  Issue Type: Bug
>Reporter: Aleksandr Chesnokov
>Assignee: Aleksandr Chesnokov
>Priority: Minor
>  Labels: ise
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> JavaLoggerTest.testLogInitialize calls JavaLogger.fileName(), which uses 
> reflection to read the private files field from java.util.logging.FileHandler.
> On Java 17 this package is not open by default, so the reflection access 
> fails, fileName() returns null, and the test fails at JavaLoggerTest.java:161.
>  
> see 
> [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Logging?tag=JDK_17]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (IGNITE-25709) JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible FileHandler.files

2026-04-08 Thread Aleksandr Chesnokov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-25709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071916#comment-18071916
 ] 

Aleksandr Chesnokov commented on IGNITE-25709:
--

Now the pr fixes the test under JDK 17, see

[https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Logging/8991714]

[https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Logging/8991930]

 

> JavaLoggerTest.testLogInitialize fails on Java 17 due to inaccessible 
> FileHandler.files
> ---
>
> Key: IGNITE-25709
> URL: https://issues.apache.org/jira/browse/IGNITE-25709
> Project: Ignite
>  Issue Type: Bug
>Reporter: Aleksandr Chesnokov
>Assignee: Aleksandr Chesnokov
>Priority: Minor
>  Labels: ise
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> JavaLoggerTest.testLogInitialize calls JavaLogger.fileName(), which uses 
> reflection to read the private files field from java.util.logging.FileHandler.
> On Java 17 this package is not open by default, so the reflection access 
> fails, fileName() returns null, and the test fails at JavaLoggerTest.java:161.
>  
> see 
> [https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Logging?tag=JDK_17]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)