Not-Going-To-Be-Commons-SSL

A Java 9+ compliant fork of Not-Yet-Commons-SSL

License

License

GroupId

GroupId

com.narupley
ArtifactId

ArtifactId

not-going-to-be-commons-ssl
Last Version

Last Version

0.3.20
Release Date

Release Date

Type

Type

jar
Description

Description

Not-Going-To-Be-Commons-SSL
A Java 9+ compliant fork of Not-Yet-Commons-SSL
Project URL

Project URL

https://github.com/narupley/not-going-to-be-commons-ssl
Source Code Management

Source Code Management

https://github.com/narupley/not-going-to-be-commons-ssl/tree/master

Download not-going-to-be-commons-ssl

How to add to project

<!-- https://jarcasting.com/artifacts/com.narupley/not-going-to-be-commons-ssl/ -->
<dependency>
    <groupId>com.narupley</groupId>
    <artifactId>not-going-to-be-commons-ssl</artifactId>
    <version>0.3.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.narupley/not-going-to-be-commons-ssl/
implementation 'com.narupley:not-going-to-be-commons-ssl:0.3.20'
// https://jarcasting.com/artifacts/com.narupley/not-going-to-be-commons-ssl/
implementation ("com.narupley:not-going-to-be-commons-ssl:0.3.20")
'com.narupley:not-going-to-be-commons-ssl:jar:0.3.20'
<dependency org="com.narupley" name="not-going-to-be-commons-ssl" rev="0.3.20">
  <artifact name="not-going-to-be-commons-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.narupley', module='not-going-to-be-commons-ssl', version='0.3.20')
)
libraryDependencies += "com.narupley" % "not-going-to-be-commons-ssl" % "0.3.20"
[com.narupley/not-going-to-be-commons-ssl "0.3.20"]

Dependencies

compile (4)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk15on jar 1.60
org.bouncycastle : bcprov-ext-jdk15on jar 1.60
commons-httpclient : commons-httpclient jar 3.1
commons-logging : commons-logging jar 1.2

test (5)

Group / Artifact Type Version
net.bytebuddy : byte-buddy jar 1.8.17
net.bytebuddy : byte-buddy-agent jar 1.8.17
junit : junit jar 4.8.1
org.mockito : mockito-core jar 2.21.0
org.objenesis : objenesis jar 2.6

Project Modules

There are no modules declared in this project.

Not-Going-To-Be-Commons-SSL

This was forked from Not-Yet-Commons-SSL 0.3.17, which used to be hosted at http://www.juliusdavies.ca/commons-ssl/, but at the time of this writing is no longer available.

This project was created to keep the source open and available, and also in order to make it compatible with the newest versions of Java.

In the original author's own words, the Not-Yet-Commons-SSL project should be considered to be of "alpha" quality only. There are other libraries (like Apache HttpComponents) you can use to work with SSL contexts or socket factories, that are also in active development with a large community. The reason you're here is probably that you're using another library that depends on Not-Yet-Commons-SSL, and are running into issues with it on Java 9 or greater.


Maven Dependency

<dependency>
  <groupId>com.narupley</groupId>
  <artifactId>not-going-to-be-commons-ssl</artifactId>
  <version>0.3.20</version>
</dependency>

License

Not-Going-To-Be-Commons-SSL is Copyright © 2018 Nick Rupley and licensed under the Apache License, Version 2.0.

All third-party notice information can be found in the included NOTICE file.


Versions

Version
0.3.20
0.3.19
0.3.18