Git Product home page Git Product logo

vt-crypt's People

Contributors

dfish3r avatar serac avatar

Watchers

 avatar  avatar

vt-crypt's Issues

Automatic-Module-Name in JAR's Manifest-File

Dear vt-crypt developers, your middleware eases the use of cryptography enormously! Thank you very much for your effort! I wonder if there are plans to support Java 9 modules so other projects could provide vt-crypt in their module-info.java declarations.

I think it would be sufficient to put an entry into vt-crypt's JAR Manifest-File, such as: Automatic-Module-Name: edu.vt.middleware.vt-crypt to get stable module references. In Maven, this can be achieved by tweaking the maven-jar-plugin similar to:

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-jar-plugin</artifactId>
	<configuration>
		<archive>
			...
			<manifestEntries>
				<Automatic-Module-Name>edu.vt.middleware.vt-crypt</Automatic-Module-Name>
			</manifestEntries>
		</archive>
	</configuration>
	...
</plugin>

Or is vt-crypt end-of-development or did vt-crypt move to another repository / maven group?

Thanks beforehand and best regards!

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.