Skip to content

Commit

Permalink
License change to Apache 2.0; Dependencies updates; Mib Java is 21 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
alukin authored Sep 13, 2024
1 parent 5522e0f commit 5417d06
Show file tree
Hide file tree
Showing 109 changed files with 1,508 additions and 1,666 deletions.
117 changes: 0 additions & 117 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

8 changes: 4 additions & 4 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ Release 1.1.0
JCommander replaced by PicoCli in easycritp-util to be able to generate native image
Native image builds with GraalVM 21.0.0, use "-P native" with maven to build native exacutable of easycryptutil
Code cleanup

...
Release 1.1.0 - 1.2.3
Updates for new Java versions and dependencies
...
Release 1.3.0
License change from GPL to Apache 2.0. Updates for Java 22, GraalVM 22, dependencies updates.
Due to security issues, Java 8,11 are unsupported from now. Lowest is 21.
166 changes: 0 additions & 166 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 5417d06

Please sign in to comment.