Petals Distribution

Java 17 does not allow anymore to invoke protected constructor using Java reflection

Details

  • Description:
    Hide

    Java 17 does not allow anymore to invoke protected constructor using Java reflection. It is needed to introduce new class with a public constructor as following:

    public class MyFilterInputStream extends FilterInputStream {
        public MyFilterInputStream(InputStream in) {
            super(in);
        }
    }
    Show
    Java 17 does not allow anymore to invoke protected constructor using Java reflection. It is needed to introduce new class with a public constructor as following:
    public class MyFilterInputStream extends FilterInputStream {
        public MyFilterInputStream(InputStream in) {
            super(in);
        }
    }
  • Environment:
    -

Issue Links

Activity

Christophe DENEUX made changes - Wed, 24 May 2023 - 10:49:48 +0200
Field Original Value New Value
Link This issue blocks PETALSDISTRIB-503 [ PETALSDISTRIB-503 ]
Christophe DENEUX made changes - Wed, 24 May 2023 - 10:49:59 +0200
Status New [ 10000 ] Open [ 10002 ]
Priority Blocker [ 1 ]
Christophe DENEUX made changes - Wed, 24 May 2023 - 10:50:01 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Christophe DENEUX made changes - Wed, 24 May 2023 - 10:50:09 +0200
Status In Progress [ 10003 ] Resolved [ 10004 ]
Fix Version/s 5.4.0 [ 10950 ]
Fix Version/s CP-5.4.0 [ 10951 ]
Resolution Fixed [ 1 ]
Hide
Christophe DENEUX added a comment - Wed, 24 May 2023 - 10:51:34 +0200

Fixed in trunk:

  • svn#44980 (easycommons-stream)
Show
Christophe DENEUX added a comment - Wed, 24 May 2023 - 10:51:34 +0200 Fixed in trunk:
  • svn#44980 (easycommons-stream)
Christophe DENEUX made changes - Thu, 15 Jun 2023 - 16:06:25 +0200
Link This issue blocks PETALSDISTRIB-453 [ PETALSDISTRIB-453 ]
Transition Status Change Time Execution Times Last Executer Last Execution Date
New New Open Open
7m 9s
1
Christophe DENEUX
Wed, 24 May 2023 - 10:49:59 +0200
Open Open In Progress In Progress
2s
1
Christophe DENEUX
Wed, 24 May 2023 - 10:50:01 +0200
In Progress In Progress Resolved Resolved
8s
1
Christophe DENEUX
Wed, 24 May 2023 - 10:50:09 +0200



People

Dates

  • Created:
    Wed, 24 May 2023 - 10:42:50 +0200
    Updated:
    Thu, 15 Jun 2023 - 16:06:25 +0200
    Resolved:
    Wed, 24 May 2023 - 10:50:09 +0200