apitraryUrl="api.apitrary.com"
*/
protected static final String apitraryUrl = "api.apitrary.com";
-
+
/** Constant protocol="http://"
*/
- protected static final String protocol = "https://";
-
+ protected static final String protocol = "http://";
+
/** Constant apiAuthHeaderKey="X-Api-Key"
*/
protected static final String apiAuthHeaderKey = "X-Api-Key";
-
+
/** Constant contentType="application/json"
*/
protected static final String contentType = "application/json";
/** Constant DEFAULTCONNECTIONTIMEOUT=60000
*/
protected static final int DEFAULTCONNECTIONTIMEOUT = 60000;
-
+
/** Constant DEFAULTRECEIVETIMEOUT=60000
*/
protected static final int DEFAULTRECEIVETIMEOUT = 60000;
diff --git a/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ArrayUtil.java b/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ArrayUtil.java
index dee9ef9..8e3ffaa 100644
--- a/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ArrayUtil.java
+++ b/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ArrayUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ClassUtil.java b/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ClassUtil.java
index 526cffb..8f48034 100644
--- a/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ClassUtil.java
+++ b/apitrary-api-client/src/main/java/com/apitrary/api/client/util/ClassUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -60,7 +60,7 @@ public static
* decode.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmDeleteException.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmDeleteException.java
index 25a9c1f..3cdd0bd 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmDeleteException.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmDeleteException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmException.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmException.java
index 08323d3..a6eb1a2 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmException.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmIdException.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmIdException.java
index 37b419c..49d6110 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmIdException.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmIdException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmUpdateException.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmUpdateException.java
index 618a7d1..44c0ed8 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmUpdateException.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/ApitraryOrmUpdateException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/DaoSupportUninitializedException.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/DaoSupportUninitializedException.java
index b5d7e88..ceb8a8f 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/DaoSupportUninitializedException.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/DaoSupportUninitializedException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/MappingException.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/MappingException.java
index a838a31..80ed663 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/MappingException.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/exception/MappingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/conf/ApitraryOrmConfiguration.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/conf/ApitraryOrmConfiguration.java
index ece1df1..02b557a 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/conf/ApitraryOrmConfiguration.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/conf/ApitraryOrmConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/proxy/LazyLoadingInterceptor.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/proxy/LazyLoadingInterceptor.java
index 1e605b8..9618649 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/proxy/LazyLoadingInterceptor.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/internal/proxy/LazyLoadingInterceptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/json/filter/PropertyFilterMixIn.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/json/filter/PropertyFilterMixIn.java
index 385ed77..f78c28d 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/json/filter/PropertyFilterMixIn.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/json/filter/PropertyFilterMixIn.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 Denis Neuling
+ * Copyright 2012-2013 Denis Neuling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/marshalling/PayloadMarshaller.java b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/marshalling/PayloadMarshaller.java
index fddce05..d9707ca 100644
--- a/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/marshalling/PayloadMarshaller.java
+++ b/apitrary-orm/apitrary-orm-core/src/main/java/com/apitrary/orm/core/marshalling/PayloadMarshaller.java
@@ -82,18 +82,19 @@ public