Skip to content

Commit

Permalink
announcement for 1.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Jun 7, 2020
1 parent 342bb5f commit b1c2fe8
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions owner-site/site/_posts/2020-06-07-owner-1-0-12-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
layout: news_item
title: "Owner 1.0.12 Released"
date: "2020-06-07 02:44:00 +0200"
author: lviggiano
version: 1.0.12
categories: [release]
---

I just released version 1.0.12. The 1.0.11 was not announced, in fact it introduced a bug in multi threading, so if
you are using 1.0.11, please update to 1.0.12 asap, so that you should have the bug fixed.

--Luigi.


RELEASE NOTES
=============

OWNER v1.0.12 contains following enhancements and bug fixes.

Enhancements
------------
* None

Site Enhancements
-----------------
* None

Bugs fixes
----------
* Fixed [#268](https://github.com/lviggiano/owner/issues/268): Calling a value is not thread safe (return another value)
* Fixed [#266](https://github.com/lviggiano/owner/issues/266): PropertyEditor - Concurrency Issues

Downloadable artifacts are published on [GitHub](https://github.com/lviggiano/owner/releases/tag/owner-1.0.12) and
on [Maven Central Repository](http://repo1.maven.org/maven2/org/aeonbits/owner/owner-assembly/1.0.12/).


OWNER v1.0.11 contains following enhancements and bug fixes. Please not that this version does have a concurrency
bug [#268](https://github.com/lviggiano/owner/issues/268), [#266](https://github.com/lviggiano/owner/issues/266).
Please upgrade to v1.0.12.

Enhancements
------------
* [#234](https://github.com/lviggiano/owner/pull/234): Allowing to format Key value by method arguments as
with DefaultValue.
* [#255](https://github.com/lviggiano/owner/pull/255): Solves the thread contention problem reported on Issue #254;
Note this has partially been rolled backed in 1.0.12 due to bugs [#268](https://github.com/lviggiano/owner/issues/268)
and [#266](https://github.com/lviggiano/owner/issues/266).
* [64a7c07](https://github.com/lviggiano/owner/commit/64a7c07bd79287b1d9debacfe60ad6e4e597cc39):
Updated dependencies to work with Java 11 LTS.

Site Enhancements
-----------------
* [#247](https://github.com/lviggiano/owner/pull/247): Documentation for system:properties and system:env.
* Fixed [Sonar](https://sonarcloud.io/dashboard?id=org.aeonbits.owner%3Aowner-parent) and
[Travis](https://travis-ci.org/github/lviggiano/owner); but still it looks that
[Coveralls](https://coveralls.io/github/lviggiano/owner) has issue to lik source files, I have to look into it.
* [#274](https://github.com/lviggiano/owner/pull/247):
Documentation for system:properties and system:env, Update importing-properties.md.
* [#246](https://github.com/lviggiano/owner/pull/246): Fixed doc typos & errors and improved readability.
* [#242](https://github.com/lviggiano/owner/issues/242): FAQ broken link.
* [#224](https://github.com/lviggiano/owner/pull/224): Adding some documentation for bug
[#184](https://github.com/lviggiano/owner/issues/184) (Maps with null values cause an unclear exception).
* Fixed Javadocs.
* Updated documentation.

Bugs fixes
----------
* [2479d47](https://github.com/lviggiano/owner/commit/2479d4718c5996e432f6cc0dedcbb4f250b29c43): decryption not working when used in combination with variable substitution
* [0b2d209](https://github.com/lviggiano/owner/commit/0b2d209b0fe661a1596aa55921fff16e2ba5bc92): removed [double check locking] anti pattern.
* [#227](https://github.com/lviggiano/owner/pull/227): Fixes properties issue in loading file URLs.
* [#239](https://github.com/lviggiano/owner/pull/239): Allow property values to contain a '%' character without being a format string.
* [#203](https://github.com/lviggiano/owner/issues/203), [#241](https://github.com/lviggiano/owner/pull/241):
ConcurrentModificationException on creating Config.
* [#226](https://github.com/lviggiano/owner/issues/226), [#227](https://github.com/lviggiano/owner/pull/227):
Empty system variables for file paths in @Sources cause URISyntaxException failures.
Fixes properties issue in loading file URLs.

0 comments on commit b1c2fe8

Please sign in to comment.