You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by Mark Struberg <st...@yahoo.de.INVALID> on 2018/09/10 06:54:25 UTC

[VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Good morning!

This is the second release attempt for DeltaSpike 1.9.0.

John discovered that we missed a license header in the first run. 
This is fixed now - thanks John for the catch!
I've also enabled the apache-rat-plugin to run every time and not only in a dedicated profile.


The staging repo can be found here:
https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/

The source release zip is here:
https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
sha1: 18d39411a60b4cc6a5af2ab261b4f7cde8692096

The following tickets got resolved since 1.8.2 (same as in the first take):

Bug

	• [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working with multiple EntityManagers
	• [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true after container shutdown
	• [DELTASPIKE-1324] - @Transactional annotation at method level doesn't override the one at class level any more
	• [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not scannable?
	• [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0 depends on weld-api 1.1.Final
	• [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient runtime dependency on Shrinkwrap and Arquillian
	• [DELTASPIKE-1349] - isProxyableClass should ignore methods from Object.class
	• [DELTASPIKE-1351] - Java 10: IllegalArgumentException in ClassReader.<init>
	• [DELTASPIKE-1353] - null values as arguments in messagebundles lead to exceptions
New Feature

	• [DELTASPIKE-1280] - Automatic support for count* methods in EntityRepository
	• [DELTASPIKE-1315] - EntityRepository should offer an findOptionalBy
	• [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as minimum version
	• [DELTASPIKE-1335] - allow atomic access to n different TypedResolver values
Improvement

	• [DELTASPIKE-1277] - Force refresh of cached config values
	• [DELTASPIKE-1322] - clean up ConfigResolver
	• [DELTASPIKE-1326] - Clean up Java 8 support in data module
	• [DELTASPIKE-1339] - Add support for dynamic interceptor binding, added via Extension
	• [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
	• [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse QueryProcessors
	• [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
	• [DELTASPIKE-1346] - ProjectStageProducer should log changed values only if the value changed
Task

	• [DELTASPIKE-1308] - Documentation of user home properties mechanism
	• [DELTASPIKE-1325] - actively release ConfigSources and ConfigFilters if they implement Autocloseable


Please VOTE:

[+1] let's ship it!
[+0] meh, don't care
[-1] stop there is a ${showstopper}


The VOTE is open for 72h

txs and LieGrue,
strub

Re: [VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Posted by Christian Kaltepoth <ch...@kaltepoth.de>.
+1

Am Mo., 10. Sep. 2018 um 09:21 Uhr schrieb Gerhard Petracek <
gpetracek@apache.org>:

> +1
>
> regards,
> gerhard
>
>
>
> Am Mo., 10. Sep. 2018 um 08:54 Uhr schrieb Mark Struberg
> <st...@yahoo.de.invalid>:
>
> > Good morning!
> >
> > This is the second release attempt for DeltaSpike 1.9.0.
> >
> > John discovered that we missed a license header in the first run.
> > This is fixed now - thanks John for the catch!
> > I've also enabled the apache-rat-plugin to run every time and not only in
> > a dedicated profile.
> >
> >
> > The staging repo can be found here:
> >
> >
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/
> >
> > The source release zip is here:
> >
> >
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
> > sha1
> > <
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/sha1
> >:
> > 18d39411a60b4cc6a5af2ab261b4f7cde8692096
> >
> > The following tickets got resolved since 1.8.2 (same as in the first
> take):
> >
> > Bug
> >
> >         • [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working
> > with multiple EntityManagers
> >         • [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true
> > after container shutdown
> >         • [DELTASPIKE-1324] - @Transactional annotation at method level
> > doesn't override the one at class level any more
> >         • [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not
> > scannable?
> >         • [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0
> > depends on weld-api 1.1.Final
> >         • [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient
> > runtime dependency on Shrinkwrap and Arquillian
> >         • [DELTASPIKE-1349] - isProxyableClass should ignore methods from
> > Object.class
> >         • [DELTASPIKE-1351] - Java 10: IllegalArgumentException in
> > ClassReader.<init>
> >         • [DELTASPIKE-1353] - null values as arguments in messagebundles
> > lead to exceptions
> > New Feature
> >
> >         • [DELTASPIKE-1280] - Automatic support for count* methods in
> > EntityRepository
> >         • [DELTASPIKE-1315] - EntityRepository should offer an
> > findOptionalBy
> >         • [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as
> > minimum version
> >         • [DELTASPIKE-1335] - allow atomic access to n different
> > TypedResolver values
> > Improvement
> >
> >         • [DELTASPIKE-1277] - Force refresh of cached config values
> >         • [DELTASPIKE-1322] - clean up ConfigResolver
> >         • [DELTASPIKE-1326] - Clean up Java 8 support in data module
> >         • [DELTASPIKE-1339] - Add support for dynamic interceptor
> binding,
> > added via Extension
> >         • [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
> >         • [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse
> > QueryProcessors
> >         • [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
> >         • [DELTASPIKE-1346] - ProjectStageProducer should log changed
> > values only if the value changed
> > Task
> >
> >         • [DELTASPIKE-1308] - Documentation of user home properties
> > mechanism
> >         • [DELTASPIKE-1325] - actively release ConfigSources and
> > ConfigFilters if they implement Autocloseable
> >
> >
> > Please VOTE:
> >
> > [+1] let's ship it!
> > [+0] meh, don't care
> > [-1] stop there is a ${showstopper}
> >
> >
> > The VOTE is open for 72h
> >
> > txs and LieGrue,
> > strub
>


-- 
Christian Kaltepoth
Blog: http://blog.kaltepoth.de/
Twitter: http://twitter.com/chkal
GitHub: https://github.com/chkal

Re: [VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Posted by Gerhard Petracek <gp...@apache.org>.
+1

regards,
gerhard



Am Mo., 10. Sep. 2018 um 08:54 Uhr schrieb Mark Struberg
<st...@yahoo.de.invalid>:

> Good morning!
>
> This is the second release attempt for DeltaSpike 1.9.0.
>
> John discovered that we missed a license header in the first run.
> This is fixed now - thanks John for the catch!
> I've also enabled the apache-rat-plugin to run every time and not only in
> a dedicated profile.
>
>
> The staging repo can be found here:
>
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/
>
> The source release zip is here:
>
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
> sha1
> <https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/sha1>:
> 18d39411a60b4cc6a5af2ab261b4f7cde8692096
>
> The following tickets got resolved since 1.8.2 (same as in the first take):
>
> Bug
>
>         • [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working
> with multiple EntityManagers
>         • [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true
> after container shutdown
>         • [DELTASPIKE-1324] - @Transactional annotation at method level
> doesn't override the one at class level any more
>         • [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not
> scannable?
>         • [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0
> depends on weld-api 1.1.Final
>         • [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient
> runtime dependency on Shrinkwrap and Arquillian
>         • [DELTASPIKE-1349] - isProxyableClass should ignore methods from
> Object.class
>         • [DELTASPIKE-1351] - Java 10: IllegalArgumentException in
> ClassReader.<init>
>         • [DELTASPIKE-1353] - null values as arguments in messagebundles
> lead to exceptions
> New Feature
>
>         • [DELTASPIKE-1280] - Automatic support for count* methods in
> EntityRepository
>         • [DELTASPIKE-1315] - EntityRepository should offer an
> findOptionalBy
>         • [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as
> minimum version
>         • [DELTASPIKE-1335] - allow atomic access to n different
> TypedResolver values
> Improvement
>
>         • [DELTASPIKE-1277] - Force refresh of cached config values
>         • [DELTASPIKE-1322] - clean up ConfigResolver
>         • [DELTASPIKE-1326] - Clean up Java 8 support in data module
>         • [DELTASPIKE-1339] - Add support for dynamic interceptor binding,
> added via Extension
>         • [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
>         • [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse
> QueryProcessors
>         • [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
>         • [DELTASPIKE-1346] - ProjectStageProducer should log changed
> values only if the value changed
> Task
>
>         • [DELTASPIKE-1308] - Documentation of user home properties
> mechanism
>         • [DELTASPIKE-1325] - actively release ConfigSources and
> ConfigFilters if they implement Autocloseable
>
>
> Please VOTE:
>
> [+1] let's ship it!
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
>
>
> The VOTE is open for 72h
>
> txs and LieGrue,
> strub

Re: [VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Posted by Alexander Falb <el...@apache.org>.
+1

Regards, Alex

On Wed, Sep 12, 2018 at 8:53 AM Romain Manni-Bucau <rm...@gmail.com>
wrote:

> +1
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le mer. 12 sept. 2018 à 08:36, Mark Struberg <st...@yahoo.de.invalid> a
> écrit :
>
> > and my own +1
> >
> > LieGrue,
> > strub
> >
> > > Am 10.09.2018 um 08:54 schrieb Mark Struberg <struberg@yahoo.de.INVALID
> > >:
> > >
> > > Good morning!
> > >
> > > This is the second release attempt for DeltaSpike 1.9.0.
> > >
> > > John discovered that we missed a license header in the first run.
> > > This is fixed now - thanks John for the catch!
> > > I've also enabled the apache-rat-plugin to run every time and not only
> > in a dedicated profile.
> > >
> > >
> > > The staging repo can be found here:
> > >
> >
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/
> > >
> > > The source release zip is here:
> > >
> >
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
> > > sha1: 18d39411a60b4cc6a5af2ab261b4f7cde8692096
> > >
> > > The following tickets got resolved since 1.8.2 (same as in the first
> > take):
> > >
> > > Bug
> > >
> > >       • [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working
> > with multiple EntityManagers
> > >       • [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true
> > after container shutdown
> > >       • [DELTASPIKE-1324] - @Transactional annotation at method level
> > doesn't override the one at class level any more
> > >       • [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not
> > scannable?
> > >       • [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0
> > depends on weld-api 1.1.Final
> > >       • [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient
> > runtime dependency on Shrinkwrap and Arquillian
> > >       • [DELTASPIKE-1349] - isProxyableClass should ignore methods from
> > Object.class
> > >       • [DELTASPIKE-1351] - Java 10: IllegalArgumentException in
> > ClassReader.<init>
> > >       • [DELTASPIKE-1353] - null values as arguments in messagebundles
> > lead to exceptions
> > > New Feature
> > >
> > >       • [DELTASPIKE-1280] - Automatic support for count* methods in
> > EntityRepository
> > >       • [DELTASPIKE-1315] - EntityRepository should offer an
> > findOptionalBy
> > >       • [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as
> > minimum version
> > >       • [DELTASPIKE-1335] - allow atomic access to n different
> > TypedResolver values
> > > Improvement
> > >
> > >       • [DELTASPIKE-1277] - Force refresh of cached config values
> > >       • [DELTASPIKE-1322] - clean up ConfigResolver
> > >       • [DELTASPIKE-1326] - Clean up Java 8 support in data module
> > >       • [DELTASPIKE-1339] - Add support for dynamic interceptor
> binding,
> > added via Extension
> > >       • [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
> > >       • [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse
> > QueryProcessors
> > >       • [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
> > >       • [DELTASPIKE-1346] - ProjectStageProducer should log changed
> > values only if the value changed
> > > Task
> > >
> > >       • [DELTASPIKE-1308] - Documentation of user home properties
> > mechanism
> > >       • [DELTASPIKE-1325] - actively release ConfigSources and
> > ConfigFilters if they implement Autocloseable
> > >
> > >
> > > Please VOTE:
> > >
> > > [+1] let's ship it!
> > > [+0] meh, don't care
> > > [-1] stop there is a ${showstopper}
> > >
> > >
> > > The VOTE is open for 72h
> > >
> > > txs and LieGrue,
> > > strub
> >
> >
>

Re: [VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le mer. 12 sept. 2018 à 08:36, Mark Struberg <st...@yahoo.de.invalid> a
écrit :

> and my own +1
>
> LieGrue,
> strub
>
> > Am 10.09.2018 um 08:54 schrieb Mark Struberg <struberg@yahoo.de.INVALID
> >:
> >
> > Good morning!
> >
> > This is the second release attempt for DeltaSpike 1.9.0.
> >
> > John discovered that we missed a license header in the first run.
> > This is fixed now - thanks John for the catch!
> > I've also enabled the apache-rat-plugin to run every time and not only
> in a dedicated profile.
> >
> >
> > The staging repo can be found here:
> >
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/
> >
> > The source release zip is here:
> >
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
> > sha1: 18d39411a60b4cc6a5af2ab261b4f7cde8692096
> >
> > The following tickets got resolved since 1.8.2 (same as in the first
> take):
> >
> > Bug
> >
> >       • [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working
> with multiple EntityManagers
> >       • [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true
> after container shutdown
> >       • [DELTASPIKE-1324] - @Transactional annotation at method level
> doesn't override the one at class level any more
> >       • [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not
> scannable?
> >       • [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0
> depends on weld-api 1.1.Final
> >       • [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient
> runtime dependency on Shrinkwrap and Arquillian
> >       • [DELTASPIKE-1349] - isProxyableClass should ignore methods from
> Object.class
> >       • [DELTASPIKE-1351] - Java 10: IllegalArgumentException in
> ClassReader.<init>
> >       • [DELTASPIKE-1353] - null values as arguments in messagebundles
> lead to exceptions
> > New Feature
> >
> >       • [DELTASPIKE-1280] - Automatic support for count* methods in
> EntityRepository
> >       • [DELTASPIKE-1315] - EntityRepository should offer an
> findOptionalBy
> >       • [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as
> minimum version
> >       • [DELTASPIKE-1335] - allow atomic access to n different
> TypedResolver values
> > Improvement
> >
> >       • [DELTASPIKE-1277] - Force refresh of cached config values
> >       • [DELTASPIKE-1322] - clean up ConfigResolver
> >       • [DELTASPIKE-1326] - Clean up Java 8 support in data module
> >       • [DELTASPIKE-1339] - Add support for dynamic interceptor binding,
> added via Extension
> >       • [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
> >       • [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse
> QueryProcessors
> >       • [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
> >       • [DELTASPIKE-1346] - ProjectStageProducer should log changed
> values only if the value changed
> > Task
> >
> >       • [DELTASPIKE-1308] - Documentation of user home properties
> mechanism
> >       • [DELTASPIKE-1325] - actively release ConfigSources and
> ConfigFilters if they implement Autocloseable
> >
> >
> > Please VOTE:
> >
> > [+1] let's ship it!
> > [+0] meh, don't care
> > [-1] stop there is a ${showstopper}
> >
> >
> > The VOTE is open for 72h
> >
> > txs and LieGrue,
> > strub
>
>

Re: [VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
and my own +1

LieGrue,
strub

> Am 10.09.2018 um 08:54 schrieb Mark Struberg <st...@yahoo.de.INVALID>:
> 
> Good morning!
> 
> This is the second release attempt for DeltaSpike 1.9.0.
> 
> John discovered that we missed a license header in the first run. 
> This is fixed now - thanks John for the catch!
> I've also enabled the apache-rat-plugin to run every time and not only in a dedicated profile.
> 
> 
> The staging repo can be found here:
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/
> 
> The source release zip is here:
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
> sha1: 18d39411a60b4cc6a5af2ab261b4f7cde8692096
> 
> The following tickets got resolved since 1.8.2 (same as in the first take):
> 
> Bug
> 
> 	• [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working with multiple EntityManagers
> 	• [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true after container shutdown
> 	• [DELTASPIKE-1324] - @Transactional annotation at method level doesn't override the one at class level any more
> 	• [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not scannable?
> 	• [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0 depends on weld-api 1.1.Final
> 	• [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient runtime dependency on Shrinkwrap and Arquillian
> 	• [DELTASPIKE-1349] - isProxyableClass should ignore methods from Object.class
> 	• [DELTASPIKE-1351] - Java 10: IllegalArgumentException in ClassReader.<init>
> 	• [DELTASPIKE-1353] - null values as arguments in messagebundles lead to exceptions
> New Feature
> 
> 	• [DELTASPIKE-1280] - Automatic support for count* methods in EntityRepository
> 	• [DELTASPIKE-1315] - EntityRepository should offer an findOptionalBy
> 	• [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as minimum version
> 	• [DELTASPIKE-1335] - allow atomic access to n different TypedResolver values
> Improvement
> 
> 	• [DELTASPIKE-1277] - Force refresh of cached config values
> 	• [DELTASPIKE-1322] - clean up ConfigResolver
> 	• [DELTASPIKE-1326] - Clean up Java 8 support in data module
> 	• [DELTASPIKE-1339] - Add support for dynamic interceptor binding, added via Extension
> 	• [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
> 	• [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse QueryProcessors
> 	• [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
> 	• [DELTASPIKE-1346] - ProjectStageProducer should log changed values only if the value changed
> Task
> 
> 	• [DELTASPIKE-1308] - Documentation of user home properties mechanism
> 	• [DELTASPIKE-1325] - actively release ConfigSources and ConfigFilters if they implement Autocloseable
> 
> 
> Please VOTE:
> 
> [+1] let's ship it!
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
> 
> 
> The VOTE is open for 72h
> 
> txs and LieGrue,
> strub


Re: [VOTE] Release Apache DeltaSpike-1.9.0 (take2)

Posted by Mark Struberg <st...@yahoo.de.INVALID>.
Time to tally the VOTE.

The VOTE did pass with the following:

+1: Gerhard Petrace, Christian Kaltepoth, Romain Manni-Bucau, Alex Falb, Mark Struberg

Txs to all who reviewed and voted, and thanks again to John who catched the missing license header in the first round!

I'll gonna go on with the release steps.

txs and LieGrue,
strub


> Am 10.09.2018 um 08:54 schrieb Mark Struberg <st...@yahoo.de.INVALID>:
> 
> Good morning!
> 
> This is the second release attempt for DeltaSpike 1.9.0.
> 
> John discovered that we missed a license header in the first run. 
> This is fixed now - thanks John for the catch!
> I've also enabled the apache-rat-plugin to run every time and not only in a dedicated profile.
> 
> 
> The staging repo can be found here:
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/
> 
> The source release zip is here:
> https://repository.apache.org/content/repositories/orgapachedeltaspike-1049/org/apache/deltaspike/deltaspike/1.9.0/
> sha1: 18d39411a60b4cc6a5af2ab261b4f7cde8692096
> 
> The following tickets got resolved since 1.8.2 (same as in the first take):
> 
> Bug
> 
> 	• [DELTASPIKE-900] - ResourceLocalTransactionStrategy not working with multiple EntityManagers
> 	• [DELTASPIKE-1198] - BeanManagerProvider.isActive() returns true after container shutdown
> 	• [DELTASPIKE-1324] - @Transactional annotation at method level doesn't override the one at class level any more
> 	• [DELTASPIKE-1327] - EnvironmentPropertyConfigSource is not scannable?
> 	• [DELTASPIKE-1336] - Regression: deltaspike-cdictrl-weld 1.8.0 depends on weld-api 1.1.Final
> 	• [DELTASPIKE-1344] - deltaspike-cdictrl-owb has a transient runtime dependency on Shrinkwrap and Arquillian
> 	• [DELTASPIKE-1349] - isProxyableClass should ignore methods from Object.class
> 	• [DELTASPIKE-1351] - Java 10: IllegalArgumentException in ClassReader.<init>
> 	• [DELTASPIKE-1353] - null values as arguments in messagebundles lead to exceptions
> New Feature
> 
> 	• [DELTASPIKE-1280] - Automatic support for count* methods in EntityRepository
> 	• [DELTASPIKE-1315] - EntityRepository should offer an findOptionalBy
> 	• [DELTASPIKE-1321] - Upgrade DeltaSpike to require Java8 as minimum version
> 	• [DELTASPIKE-1335] - allow atomic access to n different TypedResolver values
> Improvement
> 
> 	• [DELTASPIKE-1277] - Force refresh of cached config values
> 	• [DELTASPIKE-1322] - clean up ConfigResolver
> 	• [DELTASPIKE-1326] - Clean up Java 8 support in data module
> 	• [DELTASPIKE-1339] - Add support for dynamic interceptor binding, added via Extension
> 	• [DELTASPIKE-1340] - Delegate to JPA 2.2 getResultStream
> 	• [DELTASPIKE-1341] - [perf] QueryProcessorFactory could reuse QueryProcessors
> 	• [DELTASPIKE-1342] - Upgrade to ASM 6.1 for Java 10 support
> 	• [DELTASPIKE-1346] - ProjectStageProducer should log changed values only if the value changed
> Task
> 
> 	• [DELTASPIKE-1308] - Documentation of user home properties mechanism
> 	• [DELTASPIKE-1325] - actively release ConfigSources and ConfigFilters if they implement Autocloseable
> 
> 
> Please VOTE:
> 
> [+1] let's ship it!
> [+0] meh, don't care
> [-1] stop there is a ${showstopper}
> 
> 
> The VOTE is open for 72h
> 
> txs and LieGrue,
> strub