AeroGear Crypto Java 0.1.2 released
by Bruno Oliveira
Good morning, just to let you know we released today the bits for digital signatures and some bug fixes.
Have a happy new year sweet hearts.
--
abstractj
2 years, 7 months
1.2.0.Final (was: Re: UPS 1.2.0-beta.2 release)
by Matthias Wessendorf
Things are staged here:
https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...
It's basically stable since we did the last beta releases, and requires now
WF10 or later, and Keycloak is required to be separated as well
-M
On Wed, Sep 13, 2017 at 4:33 PM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> RC2 is available for evaluation:
> https://repository.jboss.org/nexus/content/repositories/
> jboss_releases_staging_profile-12344/
>
> big difference between rc1 and rc2 is just this one JIRA:
> https://issues.jboss.org/browse/AGPUSH-1368
>
> -M
>
> On Mon, Sep 11, 2017 at 2:40 PM, Matthias Wessendorf <matzew(a)apache.org>
> wrote:
>
>> Tomorrow, I will start the 1.2.0.Final release
>>
>> afterwards will update the docker images
>>
>> On Wed, Sep 6, 2017 at 5:14 PM, Matthias Wessendorf <matzew(a)apache.org>
>> wrote:
>>
>>> release candidate 1 is here:
>>>
>>> https://repository.jboss.org/nexus/content/repositories/jbos
>>> s_releases_staging_profile-12288/
>>>
>>> -M
>>>
>>> On Wed, Sep 6, 2017 at 12:57 PM, Matthias Wessendorf <matzew(a)apache.org>
>>> wrote:
>>>
>>>> Ok, clicked the button.
>>>>
>>>> this will be online tomorrow
>>>>
>>>> In a few days, we might see a CR1 - and shortly after that a .Final :-)
>>>>
>>>> Cheers,
>>>> Matthias
>>>>
>>>> On Tue, Sep 5, 2017 at 6:00 PM, Matthias Wessendorf <matzew(a)apache.org>
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> after some month of time, we are running a new release of the master
>>>>> branch: 1.2.0-beta.2
>>>>>
>>>>> Main fixes did include:
>>>>> * WildFly 11 (CR1) support
>>>>> * Keycloak decoulping
>>>>> * SimplePush/MPNS removal
>>>>> * version updates of the non Java EE dependencies
>>>>>
>>>>> More details can be found here:
>>>>> https://issues.jboss.org/projects/AGPUSH/versions/12335470
>>>>>
>>>>> Staging repo is located here:
>>>>> https://repository.jboss.org/nexus/content/repositories/jbos
>>>>> s_releases_staging_profile-12282/
>>>>>
>>>>> Once the release is out, I will update the docker images and compose
>>>>> file (including a decouple Keycloak)
>>>>>
>>>>> Have fun!
>>>>> -Matthias
>>>>>
>>>>>
>>>>> --
>>>>> Matthias Wessendorf
>>>>>
>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>> twitter: http://twitter.com/mwessendorf
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> twitter: http://twitter.com/mwessendorf
>>>>
>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> twitter: http://twitter.com/mwessendorf
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> twitter: http://twitter.com/mwessendorf
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
7 years
Migrate Unified Push to AWS
by Mads Møller
Hi list,
I truly need your help.
We have been trying for days to migrate our Unified Push server from the Openshift 2 that is sunset at sep 30th.
We have tried to migrate to AWS ECS, but the docker file does not work for us. it's because of the volumes I think, it wanted some files outside of docker image.
Does anyone know how to get Unified Push og the Keyclock to work with AWS container service?
If not, then please point me in a direction where I quickly can migrate too.
I would be very grateful if someone can help out.
BEST REGARDS
__________________
MADS MØLLER
CTO, PARTNER
Napp A/S
T: +45 42 42 80 60
M: +45 20 28 20 26
E: mm(a)napp.dk<mailto:mm@napp.dk>
W: https://napp.dk<https://napp.dk/>
__________________
7 years, 2 months
[ag-digger] fastlane as the default build tool for digger-jenkins
by Leonardo Rossetti
Hello,
I have created a PR against digger-jenkins with fastlane samples for both
ios and android: https://github.com/aerogear/digger-jenkins/pull/77
You will notice that fastlane can replace both build and codesign logic
from our Jenkinsfiles and this approach has some advantages:
- easier to test it locally without jenkins (just run fastlane commands).
- more flexibility since it is just a couple of ruby scripts.
- fastlane actions can be distributed as ruby gem packages in the future.
- fastlane has several community plugins, which is easier to install
within the jenkinsfile using the gem command if needed.
Currently, we can't sign our binaries with fastlane because of how our
plugins (android signing and xcode) handle jenkins certificates and
developer profile files.
I was thinking if we could create a jenkins plugin to properly handle
credentials using the "withCredentials" pipeline function
<https://jenkins.io/doc/pipeline/steps/credentials-binding/> so we could
keep the main build/sign logic in fastlane actions while we keep specific
jenkins tasks such as handling credentials, archiving the artifact, etc in
the jenkisfile.
WDYT?
--
LEONARDO ROSSETTI
SOFTWARE ENGINEER
Red Hat SP <https://www.redhat.com/>
lrossett(a)redhat.com M: 11997030621
<https://red.ht/sig>
7 years, 2 months
Digger-Install and GlusterFS
by Matthias Wessendorf
Hi,
trying the digger install, and glusterFS,
getting the following error, when running "oc create -f
pv-sample-templates/jenkins/sample-pv-gluster.json":
Error from server (BadRequest): error when creating
"pv-sample-templates/jenkins/sample-pv-gluster.json": PersistentVolume in
version "v1" cannot be handled as a PersistentVolume: [pos 224]: json:
decode bool: got first char "
as well, I am getting the same error for the Android SDK template:
pv-sample-templates/android-skd-linux/sample-pv-gluster.json
any ideas ?
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
7 years, 2 months