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
WildFly loggers for Kafka
by Matthias Wessendorf
Hi,
by default the Kafka client APIs log a lot on INFO. On IRC Polina and
Dimitra were mentioning that.
Here is a snippet for the "standalone.xml", to be inserted in the logging
subsystem:
<logger category="org.apache.kafka.streams.processor">
<level name="WARN"/>
</logger>
<logger category="org.apache.kafka.clients.producer.ProducerConfig">
<level name="WARN"/>
</logger>
<logger category="org.apache.kafka.clients.consumer.ConsumerConfig">
<level name="WARN"/>
</logger>
<logger category="org.apache.kafka.streams.StreamsConfig">
<level name="WARN"/>
</logger>
Greetings,
Matthias
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
7 years, 3 months
Removing old and deprecated Push Networks ?
by Matthias Wessendorf
Hi,
we have server-side support for ADM (Amazon's Kindle Device push) as well
as support for Microsofts' deprecated MPNS (Microsoft Push Notification
Service) and SimplePush (from Firefox).
I was wondering if we should remove those, on the master branch, going
forward ?
Would mean that UPS would be just supporting:
* APNs (HTTP/2 only)
* FCM (via HTTP only)
* WNS (Windows Push Notification Services)
How do folks feel about that ? Anyone actively using ADM, SimplePush or
MPNS?
Thanks,
Matthias
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
7 years, 3 months
Roadmap: UPS 1.2.0.Final and UPS.next
by Matthias Wessendorf
Folks!
GSoC is wrapping up, and Polina and Dimitra have done great work on our
"GSOC_2017_kafka branch" for brining in Apache Kafka. The work will not be
merged to master, and stays for a little bit longer on that branch....
== 1.2.0.Final ==
Our last release for the 1.2.0 series was a BETA1, in May:
https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.2....
In order to move forward and release a 1.2.0 release to the community, I
will be re-starting the looooooooooooong outstanding work to decouple UPS
from our legacy Keycloak:
https://issues.jboss.org/browse/AGPUSH-1047
this also helps us to be able to work on latest of WildFly, our legacy
Keycloak currently is a blocker for moving towards WF11:
https://issues.jboss.org/browse/AGPUSH-2117
Once that decoupling is done and complete, there will be a UPS 1.2.0.Final
release, and Docker images will be updated to relay on WF11.Final (once
out).
== What's next ? ==
After that I'd like to merge the GSOC_2017_kafka branch to master, and also
bump the version to 2.0.0-SNAPSHOT, since than we have Kafka integrated for
the centralized messaging. Also, Docker images (and Openshift templates)
will be updated - but all of that starts really _after_ the 1.2.0.Final is
out.
Any thoughts or comments?
Thanks, Matthias!
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
7 years, 4 months
AGDIGGER JIRA components
by Ali Ok
Hi,
I think we need to update our JIRA components in AGDIGGER project.
Perhaps these:
- Android support
- IOS support
- Ansible Installer
- Sample (I mean sample Jenkinsfiles)
- Node client
- Java client
Anything missing or strange?
@Matthias, can you do that?
Cheers,
Ali
7 years, 4 months