Hey Shawn,

Thanks for checking....currently the tests only run with JDK 8. I
think I will cancel this vote and get it working for 2.1.0.

Colm.

On Wed, Jul 24, 2024 at 1:05 AM Shawn McKinney <[email protected]> wrote:
>
> Colm,
>
> Checked out code by tag:
>
> ```
> # git status
> HEAD detached at kerby-all-2.1.0
> ```
>
>
> Getting errors building man 3.6.3 java 17
>
> ```
> # mvn -version
> Apache Maven 3.6.3 (Red Hat 3.6.3-15)
> Maven home: /usr/share/maven
> Java version: 17.0.12, vendor: Red Hat, Inc., runtime: 
> /usr/lib/jvm/java-17-openjdk-17.0.12.0.7-2.el9.x86_64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.14.0-427.22.1.el9_4.x86_64", arch: "amd64", 
> family: "unix"```
>
> Do you know what the problem is?
>
>
> ```
> mvn clean install
>
> ...
>
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1BooleanTest.java:[48,9]
>  cannot access java.util.function.Predicate
>   class file for java.util.function.Predicate not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1BooleanTest.java:[68,9]
>  cannot access java.util.function.IntPredicate
>   class file for java.util.function.IntPredicate not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1CollectionTest.java:[46,9]
>  cannot access java.util.function.LongPredicate
>   class file for java.util.function.LongPredicate not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1CollectionTest.java:[55,9]
>  cannot access java.util.function.DoublePredicate
>   class file for java.util.function.DoublePredicate not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1CollectionTest.java:[58,9]
>  cannot access java.util.concurrent.CompletableFuture
>   class file for java.util.concurrent.CompletableFuture not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1DumpTest.java:[39,23]
>  cannot access java.util.function.Supplier
>   class file for java.util.function.Supplier not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1FlagsTest.java:[106,5]
>  cannot access java.util.function.BooleanSupplier
>   class file for java.util.function.BooleanSupplier not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1GeneralizedTimeTest.java:[66,9]
>  cannot access java.util.concurrent.CompletionStage
>   class file for java.util.concurrent.CompletionStage not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1IntegerTest.java:[50,9]
>  cannot access java.util.Optional
>   class file for java.util.Optional not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1IntegerTest.java:[70,9]
>  cannot access java.util.OptionalDouble
>   class file for java.util.OptionalDouble not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1ObjectIdentifierTest.java:[51,9]
>  cannot access java.util.OptionalInt
>   class file for java.util.OptionalInt not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1ObjectIdentifierTest.java:[64,9]
>  cannot access java.util.OptionalLong
>   class file for java.util.OptionalLong not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1UtcTimeTest.java:[76,9]
>  cannot access java.time.ZonedDateTime
>   class file for java.time.ZonedDateTime not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1UtcTimeTest.java:[92,9]
>  cannot access java.time.LocalDateTime
>   class file for java.time.LocalDateTime not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1Utf8StringTest.java:[43,9]
>  cannot access java.time.OffsetDateTime
>   class file for java.time.OffsetDateTime not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1Utf8StringTest.java:[44,9]
>  cannot access java.time.OffsetTime
>   class file for java.time.OffsetTime not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1Utf8StringTest.java:[57,9]
>  cannot access java.time.LocalTime
>   class file for java.time.LocalTime not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/Asn1Utf8StringTest.java:[58,9]
>  cannot access java.time.LocalDate
>   class file for java.time.LocalDate not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/PersonnelRecordTest.java:[72,9]
>  cannot access java.time.YearMonth
>   class file for java.time.YearMonth not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/PersonnelRecordTest.java:[84,9]
>  cannot access java.time.Instant
>   class file for java.time.Instant not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/PersonnelRecordTest.java:[86,9]
>  cannot access java.time.Duration
>   class file for java.time.Duration not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/PersonnelRecordTest.java:[88,9]
>  cannot access java.time.Period
>   class file for java.time.Period not found
> [ERROR] 
> /opt/kerby/directory-kerby/kerby-common/kerby-asn1/src/test/java/org/apache/kerby/asn1/PersonnelRecordTest.java:[90,9]
>  cannot access java.util.concurrent.atomic.LongAdder
>   class file for java.util.concurrent.
> ```
>
> —
> Shawn
>
>
>
> > On Jul 22, 2024, at 9:48 AM, Colm O hEigeartaigh <[email protected]> 
> > wrote:
> >
> > This is a vote to release Apache Kerby 2.1.0. The main features are
> > the removal of the HAS project, which was not maintained, and updates
> > to the LDAP API and Directory Server versions. I've tested it with the
> > CXF Kerberos system tests and it's fine.
> >
> > Issues fixed: 
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310910&version=12346557
> > Git tag: 
> > https://github.com/apache/directory-kerby/releases/tag/kerby-all-2.1.0
> > Artifacts: 
> > https://repository.apache.org/content/repositories/orgapachedirectory-1226/
> >
> > +1 from me.
> >
> > Colm.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

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

Reply via email to