Skip to content

Commit

Permalink
Merge pull request #67 from olyutorskii/release/v2.101.12
Browse files Browse the repository at this point in the history
Release/v2.101.12
  • Loading branch information
olyutorskii committed May 12, 2021
2 parents 6aeeb45 + 6bd3b7a commit 7e43f33
Show file tree
Hide file tree
Showing 13 changed files with 378 additions and 218 deletions.
72 changes: 72 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
# ******** NOTE ********

name: "CodeQL"

on:
push:
branches: [ develop ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
schedule:
# https://crontab.guru/
- cron: '25 8 11 * *'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'java' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

steps:
- name: Checkout repository
uses: actions/[email protected]

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1


### EOF ###
38 changes: 38 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
java: [ 8, 11, 16 ]
name: Java ${{ matrix.java }} sample
steps:
- uses: actions/[email protected]
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Cache Maven packages
uses: actions/[email protected]
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn --show-version -B package --file pom.xml


### EOF ###
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

119 changes: 92 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,121 @@
DoubDabC Changelog
===================

## WIP
Released on 20XX-XX-XX
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.101.10
Released on 2020-02-02

## [Unreleased]

## [2.101.12] - 2021-05-12

### Added
- Add GitHub Actions (JavaCI and CodeQL).

### Removed
- Remove Travis CI integration.

### Changed
- Change CHANGELOG.md format to keepchangelog.com style.

### Security
- responding to junit security issue GHSA-269g-pwp5-87pp


## [2.101.10] - 2020-02-02

### Security
- responding to checkstyle security issue GHSA-763g-fqq7-48wg

## v2.101.8
Released on 2019-03-19

## [2.101.8] - 2019-03-19

### Security
- responding to checkstyle security issue CVE-2019-9658

## v2.101.6
Released on 2018-08-08
- BugFix: Missing copies when 8N+1 length decimal. Fixed #25
- Move PMD & Checkstyle config files to folder.

## [2.101.6] - 2018-08-08

### Added
- Add Mersenne prime#32 (2^756839 -1) benchmark test.

## v2.101.4
Released on 2017-06-22
- Correspond to Maven 3.5
### Changed
- Move PMD & Checkstyle config files to folder.

### Fixed
- BugFix: Missing copies when 8N+1 length decimal. Fixed #25


## [2.101.4] - 2017-06-22

### Added
- add JarabraDix info to README

## v2.101.2
Released on 2017-04-24
### Changed
- Correspond to Maven 3.5


## [2.101.2] - 2017-04-24

### Added
- Add BcdArrays

### Changed
- Merge DecimalText and DecimalOut to BcdSequence
- Extended Writer class removed. See JarabraDix new project.
- Split BcdUtils class from BcdRegister
- Add BcdArrays

## v1.103.2
Released on 2017-03-22
### Removed
- Extended Writer class removed. See JarabraDix new project.


## [1.103.2] - 2017-03-22

### Added
- Add DecimalWriter which supports print(int) #16

### Removed
- Remove overblown terms on perfomance #20

## v1.102.6
Released on 2017-02-19
- Speed-up Arabic-num converting

## [1.102.6] - 2017-02-19

### Added
- Add .travis.yml for Travis CI #18
- Add header to Javadoc pages

## v1.102.4
Released on 2017-02-02
- Speed-up converting
### Changed
- Speed-up Arabic-num converting


## [1.102.4] - 2017-02-02

### Added
- Add static code analysis report plugin. (checkstyle,PMD,FindBugs)
- Add code coverage report plugin. (Jacoco)
- Add SCM info to POM. #13
- Add CHANGELOG.md #14

## v1.101.2
Released on 2017-01-03
### Changed
- Speed-up converting


## [1.102.2] - 2017-01-03

### Added
- Initial Release


[Unreleased]: https://github.com/olyutorskii/DoubDabC/compare/v2.101.12...HEAD
[2.101.12]: https://github.com/olyutorskii/DoubDabC/compare/v2.101.10...v2.101.12
[2.101.10]: https://github.com/olyutorskii/DoubDabC/compare/v2.101.8...v2.101.10
[2.101.8]: https://github.com/olyutorskii/DoubDabC/compare/v2.101.6...v2.101.8
[2.101.6]: https://github.com/olyutorskii/DoubDabC/compare/v2.101.4...v2.101.6
[2.101.4]: https://github.com/olyutorskii/DoubDabC/compare/v2.101.2...v2.101.4
[2.101.2]: https://github.com/olyutorskii/DoubDabC/compare/v1.103.2...v2.101.2
[1.103.2]: https://github.com/olyutorskii/DoubDabC/compare/v1.102.6...v1.103.2
[1.102.6]: https://github.com/olyutorskii/DoubDabC/compare/v1.102.4...v1.102.6
[1.102.4]: https://github.com/olyutorskii/DoubDabC/compare/v1.102.2...v1.102.4
[1.102.2]: https://github.com/olyutorskii/DoubDabC/releases/tag/v1.102.2


--- EOF ---
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# DoubDabC #

[![Build Status](https://travis-ci.org/olyutorskii/DoubDabC.svg?branch=master)](https://travis-ci.org/olyutorskii/DoubDabC)
![Java CI with Maven](https://github.com/olyutorskii/DoubDabC/workflows/Java%20CI%20with%20Maven/badge.svg)
![CodeQL](https://github.com/olyutorskii/DoubDabC/workflows/CodeQL/badge.svg)

-----------------------------------------------------------------------

Expand Down
Loading

0 comments on commit 7e43f33

Please sign in to comment.