Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

AGPUSH-232 #16

Merged
merged 6 commits into from Aug 5, 2013
Merged

AGPUSH-232 #16

merged 6 commits into from Aug 5, 2013

Conversation

sebastienblanc
Copy link
Contributor

No description provided.

*/
@OPTIONS
public Response crossOriginForInstallations(@Context HttpHeaders headers) {
System.out.println("IN OPTIONS");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syso :)

Conflicts:
	src/main/java/org/jboss/aerogear/aerodoc/rest/Login.java
public class CorsExceptionHandler implements ExceptionMapper<EJBException> {
@Override
public Response toResponse(final EJBException exception) {
System.out.println("Handling Unauthorized exception");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syso :)

@matzew
Copy link
Contributor

matzew commented Aug 2, 2013

since the 0.2.1 JAR of the java-client is not present, the build will fail

Can you make travis happy, similar to here:
https://github.com/aerogear/aerogear-simple-push-server/blob/master/.travis.yml#L9

(make sure you use the correct brnach)

@@ -48,11 +49,13 @@ public LeadSender() {
public void sendLeads(List<String> users, Lead lead) {

Map categories = new HashMap();

categories.put("lead", "version=" + leadVersion++); //TODO manage the version properly
UnifiedMessage unifiedMessage = new UnifiedMessage.Builder()
.pushApplicationId(getActivePushConfig().getPushApplicationId())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if there is no (active) PushConfig ? This will throw a NPE

@matzew
Copy link
Contributor

matzew commented Aug 5, 2013

👍

@sebastienblanc sebastienblanc merged commit ba24eea into master Aug 5, 2013
@sebastienblanc
Copy link
Contributor Author

landed in ba24eea

@kborchers
Copy link

Again, that landed message was unnecessary. Especially since this PR landed multiple commits

@qmx qmx deleted the AGPUSH-232 branch August 6, 2013 02:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants