Skip to content

Commit

Permalink
[MODINVOSTO-152] Module release Morning Glory R2 2022 Hot Fix #1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNosko authored Oct 27, 2022
1 parent 1f7d3e1 commit 53a71d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 5.5.0 - Unreleased


## 5.4.1 - Released Morning Glory 2022 R2 Hot Fix 1
The focus of this release was to add copyright notice for FolioVertxCompletableFuture

[Full Changelog](https://github.com/folio-org/mod-invoice/compare/v5.4.0...v5.4.1)

### Stories
* [FOLIO-3604](https://issues.folio.org/browse/FOLIO-3604) - FolioVertxCompletableFuture copyright violation


## 5.4.0 - Released (Morning Glory R2 2022)
The primary focus of this release was to improve performance and update RMB dependency

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
import java.util.function.*;

/**
* * NOTICE:
* <p>
* Original class <a href="https://github.com/cescoffier/vertx-completable-future/blob/vertx-completable-future-0.1.2/src/main/java/me/escoffier/vertx/completablefuture/VertxCompletableFuture.java">VertxCompletableFuture</a>
* had been developed by <a href="https://github.com/cescoffier">Clement Escoffier</a>
* <br/>
* Original class had been copied from the repository above and updated with following changes: <br/>
* 1. Renamed the class and related constructors from VertxCompletableFuture to FolioVertxCompletableFuture<br/>
* 2. Removed unused methods from "Composite Future implementation" block<br/>
* 3. Reformatted the code<br/><br/>
* </p>
* An implementation of {@link CompletableFuture} for Vert.x.4.x.x It differs in the way to handle async calls:
* <p>
* * {@link FolioVertxCompletableFuture} are attached to a Vert.x {@link Context}
Expand Down

0 comments on commit 53a71d2

Please sign in to comment.