Git Product home page Git Product logo

asn-one's People

Contributors

aalmiray avatar ahaapaka avatar hierynomus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

asn-one's Issues

Support Java Modules

v0.6.0 defines an automatic module name

$ jarviz module descriptor --file asn-one-0.6.0.jar 
name: com.hierynomus.asnone
version: 0.6.0
open: false
automatic: true
requires:
  java.base mandated
contains:
  com.hierynomus.asn1
  com.hierynomus.asn1.annotations
  com.hierynomus.asn1.encodingrules
  com.hierynomus.asn1.encodingrules.ber
  com.hierynomus.asn1.encodingrules.der
  com.hierynomus.asn1.types
  com.hierynomus.asn1.types.constructed
  com.hierynomus.asn1.types.primitive
  com.hierynomus.asn1.types.string
  com.hierynomus.asn1.util

I'd be great if the library supplied a full Java module descriptor. It's possible to keep bytecode baseline compatible with Java 7 while providing a full module descriptor thanks to ModiTect. This will help modular projects that consume asn-one, specifically those that create custom Java Runtimes with jlink, as the latter does not support automatic modules but explicit modules. If interested I can send a PR to make it happen.

Gradle 7.0 not compatible with Jdk17

cloned the repo and run ./gradlew clean build
I got the error:

Could not compile settings file '/home/asn-one/settings.gradle'.
startup failed:
  General error during conversion: Unsupported class file major version 61

I am using JDK17 (which is version 61), also tried with JDK11, same error.
It seems that the gradle version specified in gradle-wrapper.properties (7.0) is not compatible with the jdk with which the files were compiled.
I changed gradle version to 7.3, the first compatible with Jdk17, it compiles but got: 45 tests completed, 39 failed. build failed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.