v2.5.0
2016-08-15 v2.5.0 (Patryk Orwat)
2016-08-15 #77 eager relationships should be always visible (#78) (GitHub)
2016-08-15 #65 temporally turned off coveralls (Patryk Orwat)
2016-08-15 #65 excluded katharsis-build and examples from being deployed (Patryk Orwat)
2016-08-14 #73 allowed Katharsis work with Jackson 2.7.6; updated Katharsis to Jackson 2.7.6 (#76) (GitHub)
2016-08-11 #21 getting field type from getter (#71) (GitHub)
2016-08-11 #14 removed relationships object when not allowed (#70) (GitHub)
2016-08-11 #67 fixed failing tests (Patryk Orwat)
2016-08-11 #67 - Add support for serialization of nested include parameter and Default annotation (#68) (Patryk Orwat)
2016-08-10 #63 moved gitlog (#64) (GitHub)
2016-08-10 #46 returning 400 on invalid body (#62) (GitHub)
2016-08-09 #56 to-one relationship should be eager and lazy optionally (#60) (GitHub)
2016-08-09 core#50: PATCH fails for fields that where null before (#52) (Patryk Orwat)
2016-08-08 Ignoring gradle files (Ioan Eugen Stan)
2016-08-07 #43 added errors to the response (#55) (GitHub)
2016-08-05 #6 loosen fields filtering (#54) (GitHub)
2016-08-05 Created first draft of contribution guide. (cherry picked from commit f277cbc) (Patryk Orwat)
2016-08-05 Smallfix (cherry picked from commit 34ac31a) (Patryk Orwat)
2016-08-05 Create README.md (cherry picked from commit 4cb5118) (Patryk Orwat)
2016-08-05 add maven-enforcer-plugin - mvn validate goal will trigger the enforcer - ensures the JDK used to compile is the version we claim to support (cherry picked from commit fdc42a7) (Patryk Orwat)
2016-08-05 fixed maven warnings (cherry picked from commit f70fd39) (Patryk Orwat)
2016-07-28 adjusted maven for submodules + adjusted examples to work with Java 7 (Patryk Orwat)
2016-07-28 Moved katharsis-examples files into subdir (Patryk Orwat)
2016-07-28 Moved katharsis-parent files into subdir (Patryk Orwat)
2016-07-28 Moved katharsis-spring files into subdir (Patryk Orwat)
2016-07-28 Moved katharsis-servlet files into subdir (Patryk Orwat)
2016-07-27 Moved katharsis-rs files into subdir (Patryk Orwat)
2016-07-27 Moved katharsis-core files into subdir (Patryk Orwat)
2016-07-27 Clean up initial file (Patryk Orwat)
2016-07-27 initial commit (Patryk Orwat)
2016-07-19 v2.4.2 (Patryk Orwat)
v2.4.2
2016-07-19 Issue 353 - Control serialization if null attributes through Jackson. (cherry picked from commit d63ed17) (Patryk Orwat)
2016-07-14 Fix the include parameter with a field path to populate the included attribute #357 (Nick Mitchell)
2016-07-13 Example test using jersey test framework (#23) (Patryk Orwat)
2016-07-13 Fix lazy single relationship field from being written to the relationships data attribute. #356 (Nick Mitchell)
2016-07-10 2.4.2-SNAPSHOT (Patryk Orwat)
2016-07-10 Setting a relationship causes a NullPointerException exception #345 (#346) (Patryk Orwat)
2016-07-10 Preventing a NullPointerException from being thrown when an invalid relationship name is received. Instead, throwing a ResourceException with a helpful message about the invalid relationship name. (cherry picked from commit 35e73bf) (Patryk Orwat)
2016-06-28 Use a separate Filter to handle errors anywhere in KatharsisFilterV2 (PJ Weisberg)
2016-06-19 v2.4.1 (Patryk Orwat)
v2.4.1
vv2.4.1
2016-06-19 vv2.4.1 (Patryk Orwat)
2016-06-19 v2.4.1 (Patryk Orwat)
2016-06-19 Fix problem with missing attributes in contained object on PATCH. (#340) (Patryk Orwat)
2016-05-23 closes #10 allowed passing of POST/PUT messages in case of not matching requests (#28) (Patryk Orwat)
2016-05-23 Katharsis spring 10 (#25) (Patryk Orwat)
2016-05-21 #36 Moving the creation of RequestDispatcher outside createKatharsisFilter method (#38) (Patryk Orwat)
2016-05-17 Solves Predicate error (#19) (Patryk Orwat)
2016-05-16 #36 allowed overriding filter definition in KatharsisFeature (#37) (Patryk Orwat)
v2.4.0
2016-05-16 v2.4.0 (Patryk Orwat)
2016-05-16 Version bump (Błażej Krysiak)
2016-05-12 v2.4.0 (Patryk Orwat)
2016-05-10 #25 using spring name serialization configuration (Patryk Orwat)
2016-05-10 v2.4.0 (Patryk Orwat)
2016-05-04 #305 checking for duplicate inclusion entries (#306) (Patryk Orwat)
2016-04-21 #297 corrected relationship type returned with inheritance (#302) (Patryk Orwat)
2016-04-21 #294 toString for QueryParams (Patryk Orwat)
2016-04-21 #288 Allowed repositories to fill in top level JSON meta and links information (Patryk Orwat)
2016-04-21 katharsis-project/katharsis-core#288 changed response type (Patryk Orwat)
2016-04-21 #277 final query params regex definition (Patryk Orwat)
2016-04-15 #250 allowed using Jackson 2.5 (Patryk Orwat)
v2.3.2
2016-04-14 v2.3.2 (Patryk Orwat)
2016-04-14 #290 getting a repository instance at request time (Patryk Orwat)
2016-04-14 #264 #289 exceptions handling refactoring (Patryk Orwat)
2016-04-10 v2.3.2 (Patryk Orwat)
2016-04-09 #262 fixed tests (Patryk Orwat)
2016-04-09 #262 meta and links aren't basic fields (Patryk Orwat)
2016-04-08 Update katharsis version in README.md (David Martin)
2016-04-06 #280 allow Katharsis to use Jackson 2.7+ (Patryk Orwat)
2016-04-06 #267 code refactoring for resource serialization (Patryk Orwat)
2016-04-04 #267 compiling code (Patryk Orwat)
2016-04-01 #274 additional characters for query params (Patryk Orwat)
2016-03-31 Fixes more cases for #225 (Ioan Eugen Stan)
2016-03-30 #267 dynamic attributes WIP (Patryk Orwat)
2016-03-24 #271 added tests for lookup override (Patryk Orwat)
2016-03-23 add option to overwrite an included value with the value of the relationship repository (Cade Parker)
2016-03-23 added unit test for QueryParamProvider (Serban Tatu)
2016-03-23 Fix support for multiple values for a single parameter. (Christopher Creighton)
2016-03-23 Add support for JAX-RS @QueryParam (Christopher Creighton)
2016-03-22 #243 javadoc for JsonApiLookupIncludeAutomatically (Patryk Orwat)
2016-03-22 #263 Non-annotated nested resource ID and relationships are now returned (Patryk Orwat)
2016-03-21 #262 added meta and links information per resource (Patryk Orwat)
2016-03-17 multiple code improvements: squid:S00105, squid:S2325 (George Kankava)
2016-03-15 katharsis-project/katharsis-core#217 fixed jersey HK2 example (Patryk Orwat)
2016-03-15 v2.3.1 (Patryk Orwat)
v2.3.1
2016-03-11 Add Bean Validation and tests (Keith D. Moore)
2016-03-09 Fixes #258 (NPE when looking for a target class on @JsonApiRelationshipRepository) (Sergey Zubtsovskiy)
2016-03-08 Multiple code improvements - squid:S2864, squid:S1193, squid:S1118, squid:S2326 (George Kankava)
2016-03-08 multiple code improvements: squid:S00105, squid:S1226, squid:S1193, squid:S1700 (George Kankava)
2016-03-08 multiple code improvements: squid:S1068, squid:S2864, squid:S2325, squid:S1226, squid:S00105 (George Kankava)
2016-03-07 #220 inclusion enhancements (Patryk Orwat)
2016-03-07 #246 added test for bug reproduction (Patryk Orwat)
2016-03-07 multiple code improvements: squid:S00105, squid:S1068, squid:S1155 (George Kankava)
2016-03-07 multiple code improvements: squid:S2325, squid:S1596, squid:UselessParenthesesCheck (George Kankava)
2016-02-26 Remove object mapper clean up, because it's configured again in next usage. katharsis-project/katharsis-core#246 (Tiago Daniel Jacobs)
2016-02-26 Clean up of attributes serializer code that fix katharsis-project/katharsis-core#246 (Tiago Daniel Jacobs)
2016-02-26 Changed the attributes serializer to only filter attributes of the root element in order to fix katharsis-project/katharsis-core#246 (Tiago Daniel Jacobs)
2016-02-22 #242 allowed multiple inclusions (Patryk Orwat)
v2.3.0
2016-02-21 v2.3.0 (Patryk Orwat)
2016-02-21 Update pom.xml (Patryk Orwat)
2016-02-21 refactoring to #241 (Patryk Orwat)
2016-02-21 Improvements in attributes serializer katharsis-project/katharsis-core#240 and katharsis-project/katharsis-core#233 (Tiago Daniel Jacobs)
2016-02-20 Fix for JsonIgnore annotation. katharsis-project/katharsis-core#240 and katharsis-project/katharsis-core#233 (Tiago Daniel Jacobs)
2016-02-20 Code cleanup. katharsis-project/katharsis-core#240 and katharsis-project/katharsis-core#233 (Tiago Daniel Jacobs)
2016-02-20 Implement filter to avoid infinite recursion in circular referenced objects. katharsis-project/katharsis-core#240 and katharsis-project/katharsis-core#233 (Tiago Daniel Jacobs)
2016-02-19 Keep the behavior of not serialize null values. katharsis-project/katharsis-core#240 and katharsis-project/katharsis-core#233 (Tiago Daniel Jacobs)
2016-02-19 Change the attributes serialization to support annotations. katharsis-project/katharsis-core#240 and katharsis-project/katharsis-core#233 (Tiago Daniel Jacobs)
2016-02-16 #229 NPE, javadoc (Patryk Orwat)
2016-02-16 #21 allowed OPTIONS, HEAD and TRACE to be passed by Katharsis (Patryk Orwat)
2016-02-15 Bump deps. (Błażej Krysiak)
2016-02-15 Used nio charsets instead of guava's (Błażej Krysiak)
2016-02-15 #20 - KatharsisFilterV2 does not set charset (Błażej Krysiak)
2016-02-13 #234 disallow writing null resource attributes (Patryk Orwat)
2016-02-13 #212 added logging of resources and repositories (Patryk Orwat)
2016-02-12 #215 added a new exception for property accessing (Patryk Orwat)
2016-02-12 #226 throwing matching exception when found non-existing inclusion (Patryk Orwat)
2016-02-12 Organized imports, adjusted sequences, automated resourcesInfo (Keith D. Moore)
2016-02-12 add bin/ to .gitignore (Keith D. Moore)
2016-02-12 add Eclipse related files to .gitignore (Keith D. Moore)
2016-02-11 updated dropwizard + mongo (Patryk Orwat)
2016-02-11 updated dropwizard (Patryk Orwat)
2016-02-11 updated jersey version (Patryk Orwat)
2016-02-11 updated spring version (Patryk Orwat)
2016-02-11 #225 fixed tests (Patryk Orwat)
2016-02-11 #225 fixed field's name introspection when upserting to-many relationships, added tests (Patryk Orwat)
2016-02-11 Fixes #225 patch for resource (Ioan Eugen Stan)
2016-02-10 Fix: Remove slash at the end of APPLICATION_URL (Keith D. Moore)
2016-02-10 Create README.md (Keith D. Moore)
2016-02-10 squid:S2325 "private" methods that don't access instance data should be "static" (George Kankava)
2016-02-09 222: Break in ResourceRegistry (Charlie Helin)
2016-02-09 replaced all JsonApi interfaces with annotations (Markus Vieghofer)
v2.2.1
2016-02-08 v2.2.1 (Patryk Orwat)
2016-02-08 #18 made configuration classes public (Patryk Orwat)
2016-02-08 service locator failure - DO NOT MERGE (Patryk Orwat)
2016-02-08 added JsonIgnore annotation to projectId field of the task (Markus Vieghofer)
2016-02-08 added project to task repository (Markus Vieghofer)
2016-02-08 added tasks to project repository (Markus Vieghofer)
2016-02-07 added basic example implementation (Markus Vieghofer)
2016-02-06 squid:S00122 Statements should be on separate lines (George Kankava)
2016-02-05 fixed url of the example curl execution in the README (Markus Vieghofer)
2016-02-04 Ignore error in media type parsing (Tiago Daniel Jacobs)
2016-02-04 squid:S2325 "private" methods that don't access instance data should be "static" (George Kankava)
v2.2.0
2016-02-03 v2.2.0 (Patryk Orwat)
2016-02-03 removed Java 8 API comment link (Razvan Dragut)
2016-02-03 Fixed spring boot example (Razvan Dragut)
2016-02-03 Enhancement #209 - Provide custom QueryParamsBuilder (Razvan Dragut)
v2.1.8
2016-01-28 #13 v2.1.8 (Patryk Orwat)
v2.1.7
2016-01-27 v2.1.7 (Patryk Orwat)
v2.1.5
2016-01-26 v2.1.5 (Patryk Orwat)
2016-01-26 v2.1.5 (Patryk Orwat)
2016-01-26 v2.1.5 (Patryk Orwat)
2016-01-26 v2.1.5 (Patryk Orwat)
2016-01-26 v2.1.5 (Patryk Orwat)
2016-01-26 v2.1.4 (Patryk Orwat)
2016-01-26 #10 fixed path prefix + additional test (Patryk Orwat)
2016-01-25 #10 fixed test (Patryk Orwat)
2016-01-25 #10 started code refactoring (Patryk Orwat)
2016-01-21 Fixed multi-value parameters (Razvan Dragut)
v2.1.4
2016-01-17 v2.1.4 (Patryk Orwat)
2016-01-07 Added null check in BaseController when verifying type (Staffan Friberg)
2015-12-27 #199 added JsonPropertyOrder support (Patryk Orwat)
2015-12-27 katharsis-project/katharsis-core#107 fixed object mapper initialization problem (Patryk Orwat)
2015-12-27 katharsis-project/katharsis-core#107 added PropertyNamingStrategy (Patryk Orwat)
2015-12-27 #107 added naming strategy (Patryk Orwat)
2015-12-26 #107 code refactoring (Patryk Orwat)
2015-12-22 include 'number' and 'size' in RestrictedPaginationKeys (Cade Parker)
2015-12-21 Microscopic Typo fix (Christian Jensen)
2015-12-21 v2.1.3 (Patryk Orwat)
2015-12-21 v2.1.3 (Patryk Orwat)
2015-12-21 v2.1.3 (Patryk Orwat)
v2.1.3
2015-12-21 v2.1.3 (Patryk Orwat)
2015-12-21 v2.1.3 (Patryk Orwat)
2015-12-21 katharsis-project/katharsis-core#48 downgrade to Java 7 (Patryk Orwat)
2015-12-20 #48 travis update (Patryk Orwat)
2015-12-20 #48 corporate dictatorship - finished tests (Patryk Orwat)
v1.0.5
2015-12-20 katharsis-project/katharsis-core#48 assertj downgrade (Patryk Orwat)
2015-12-20 #48 corporate dictatorship - finished main classes (Patryk Orwat)
2015-12-20 #48 first set of changed classes from main (Patryk Orwat)
2015-12-20 katharsis-project/katharsis-core#48 java 7 downgrade (Patryk Orwat)
2015-12-18 #5 Let Spring create KatharsisInvokerBuilder (Collin Peters)
2015-12-15 use the jsonServiceLocator to instantiate the parameter providers (Cade Parker)
2015-12-12 #193 fixed NPE when no inclusion definition for request resource passed (meshuga)
v2.1.2
2015-12-12 v2.1.2 (meshuga)
2015-12-12 review (meshuga)
2015-12-10 JaxRsParameterProvider uses a registry of parameter providers to provide values from the ContainerRequestContext (Cade Parker)
2015-12-09 v2.1.2 (Patryk Orwat)
2015-12-09 v2.1.2 (Patryk Orwat)
2015-12-09 v2.1.2 (Patryk Orwat)
2015-12-09 v2.1.2 (Patryk Orwat)
2015-12-09 #188 small fix (Patryk Orwat)
2015-12-09 v2.1.2 (Patryk Orwat)
2015-12-08 #188 include and fields fix (Patryk Orwat)
2015-12-08 #189 - POST shouldn't call repository findOne method (Błażej Krysiak)
2015-12-08 katharsis-project/katharsis-core#186 made reflections optional (Patryk Orwat)
2015-12-08 #186 made reflections optional (Patryk Orwat)
2015-12-06 katharsis-project/katharsis-core#186 added OSGi headers (Patryk Orwat)
2015-12-05 #186 added OSGi definition (Patryk Orwat)
2015-12-05 deps version update (Patryk Orwat)
2015-12-05 more badges (Patryk Orwat)
2015-12-05 added versioneye (Patryk Orwat)
2015-12-05 versioneye update (Patryk Orwat)
2015-12-05 katharsis-core-186 review (Patryk Orwat)
2015-12-04 version up (Patryk Orwat)
2015-12-04 Added maven bundle plugin to parent pom. Plugin can be used to add OSGi headers. katharsis-project/katharsis-core issue #186 (Cornelis Hoeflake)
2015-12-03 v2.1.1 (Patryk Orwat)
2015-12-03 v2.1.1 (Patryk Orwat)
2015-12-03 v2.1.1 (Patryk Orwat)
v2.1.1
2015-12-03 v2.1.1 (Patryk Orwat)
2015-12-03 v2.1.1 (Patryk Orwat)
2015-12-03 #184 fixed @JsonProperty handling (Patryk Orwat)
2015-12-03 updated versions (Patryk Orwat)
2015-12-02 #179 fixed resource type with dash problem (Patryk Orwat)
v2.1.0
2015-12-02 v2.1.0 (Patryk Orwat)
2015-12-02 v2.1.0 (Patryk Orwat)
2015-12-02 #101 review (Patryk Orwat)
2015-12-02 made katharsis feature more extendable to allow usage of custom lookup classes (Cornelis Hoeflake)
2015-12-02 Support for custom handlers for getting exception mappers, resources and resource repositories and relationship repositories See katharsis-project/katharsis-core issue #101 (Cornelis Hoeflake)
2015-12-01 Created interface to collect exception mappers in stead of scanning the classpath (Cornelis Hoeflake)
2015-11-29 #168 code tests + refactor (Patryk Orwat)
2015-11-28 #168 added resource+relationship addition and removal (Patryk Orwat)
2015-11-27 #168 initial implementation/code refactoring (Patryk Orwat)
2015-11-26 ensure resource registry uses proper class during lookup for resource subclasses (Pascal Brogle)
2015-11-24 katharsis-core-172 added changelog (Patryk Orwat)
2015-11-24 #172 added changelog (Patryk Orwat)
2015-11-24 v1.0.3 katharsis-core #172 added gitlog-maven-plugin (Patryk Orwat)
2015-11-23 #169 javadoc fix (Patryk Orwat)
2015-11-22 v2.0.3 (Patryk Orwat)
v2.0.3
2015-11-22 v2.0.3 (Patryk Orwat)
2015-11-22 katharsis-core query params fix (Patryk Orwat)
2015-11-22 katharsis-core-167 servlet query sting fix (Patryk Orwat)
2015-11-22 katharsis-core query params url encoding (Patryk Orwat)
2015-11-22 katharsis-core-167 servlet query sting is always encoded (Patryk Orwat)
2015-11-22 katharsis-core-167 query params can be decoded by servlet implementations (Patryk Orwat)
2015-11-22 katharsis-core-167 UTF-8 encode all the things! (Patryk Orwat)
v2.0.2
2015-11-20 v2.0.2 (Patryk Orwat)
2015-11-20 v2.0.2 (Patryk Orwat)
2015-11-20 #169 javadoc (Patryk Orwat)
2015-11-20 #11 - Need to URL Decode the query string from the request before parsing into QueryParams (Błażej Krysiak)
2015-11-19 v2.0.1 (Patryk Orwat)
2015-11-19 v2.0.1 (Patryk Orwat)
2015-11-19 v2.0.1 (Patryk Orwat)
v2.0.1
2015-11-19 v2.0.1 (Patryk Orwat)
2015-11-19 v2.0.1+javadoc (Patryk Orwat)
2015-11-19 v2.0.1 (Patryk Orwat)
2015-11-18 #164 allowed for relationships of type Set (Patryk Orwat)
2015-11-18 Minor improvements (Błażej Krysiak)
2015-11-18 #163 transient and static fields/getters handling (Patryk Orwat)
2015-11-16 closes #161 javadoc fix (Patryk Orwat)
2015-11-15 removed elasticsearch deps (cherry picked from commit 7d06c93) (Patryk Orwat)
2015-11-15 removed elasticsearch deps (Patryk Orwat)
2015-11-15 v2.0.0 (Patryk Orwat)
2015-11-15 v2.0.0 (Patryk Orwat)
2015-11-15 v2.0.0 (Patryk Orwat)
v2.0.0
2015-11-15 v2.0.0 (Patryk Orwat)
2015-11-15 v2.0.0 (Patryk Orwat)
2015-11-15 #159 allow field post to to-many (Patryk Orwat)
2015-11-14 katharsis-spring-2 adjusted to katharsis-spring (Patryk Orwat)
2015-11-14 webhook for gitter (Patryk Orwat)
2015-11-14 #2 added properties and parameters provider (Patryk Orwat)
2015-11-14 #2 initial code (Patryk Orwat)
2015-11-14 katharsis-spring-2 Spring adjustments (Patryk Orwat)
2015-11-13 katharsis-core-157 ServletParameterProvider refactor (Patryk Orwat)
2015-11-13 katharsis-core-157 JaxRsParameterProvider refactor (Patryk Orwat)
2015-11-13 #157 fixed test for posting resource with id (Patryk Orwat)
2015-11-13 #157 RepositoryMethodParameterProvider refactored (Patryk Orwat)
2015-11-13 check acceptable media types (Pascal Brogle)
2015-11-12 only check media type if there is one (Pascal Brogle)
2015-11-12 ignore incompatible media type requests (Pascal Brogle)
2015-11-10 #91 revert of changes from #121 (Patryk Orwat)
2015-11-05 Add Gitter badge (The Gitter Badger)
2015-11-05 katharsis-core-80 Support for client generated ids (Błażej Krysiak)
2015-11-05 Update .travis.yml (Patryk Orwat)
2015-11-02 #140 removed nested inclusions (Patryk Orwat)
2015-11-02 #146 field and getter annotations are now merged together (Patryk Orwat)
2015-11-01 javadoc (Patryk Orwat)
2015-11-01 #144 added annotations for links and meta information (Patryk Orwat)
2015-11-01 pom update (Patryk Orwat)
2015-11-01 katharsis-core-114 adjusted to changes in the core (Patryk Orwat)
2015-11-01 small query params fix (Patryk Orwat)
2015-11-01 javadoc (Patryk Orwat)
2015-10-31 #142 fixed dispatching bug (Patryk Orwat)
2015-10-30 katharsis-core-114 (#114) Typos (Błażej Krysiak)
2015-10-30 katharsis-core-114 (#114) Fixing tests (Błażej Krysiak)
2015-10-29 katharsis-core-114 (#114) Query params deserialization (Błażej Krysiak)
2015-10-29 #135 restored findAll with ids (Patryk Orwat)
2015-10-29 tests fix (Patryk Orwat)
2015-10-29 katharsis-core-135 repo interface update (Patryk Orwat)
2015-10-29 #135 restored findAll with ids (Patryk Orwat)
2015-10-29 #126 fixed http return codes (Patryk Orwat)
2015-10-28 katharsis-core-114 Query params deserialization (Błażej Krysiak)
2015-10-26 fix #132 and related problem in container serializer (Pascal Brogle)
2015-10-25 Initial commit (Błażej Krysiak)
2015-10-25 #9 added parameter provider (Patryk Orwat)
2015-10-25 #16 tests (Patryk Orwat)
2015-10-25 #16 added parameter provider (Patryk Orwat)
2015-10-25 javadocs, tests fixes (Patryk Orwat)
2015-10-25 #128 boolean property name fix (Patryk Orwat)
2015-10-25 #115 repo auto-discovery fixes (Patryk Orwat)
2015-10-24 #115 added annotated repo auto-discovery (Patryk Orwat)
2015-10-23 Fixes for merge changes (Zachary Taylor)
2015-10-22 katharsis-core-114 Query params deserialization (Błażej Krysiak)
2015-10-22 #113 added tests, small fixes (Patryk Orwat)
2015-10-21 #120 fixed relationship post/patch (Patryk Orwat)
2015-10-20 #119 fixed relationship serialization (Patryk Orwat)
2015-10-19 Rebased from development and fixed changes (Zachary Taylor)
2015-10-19 Moved implementation to annotation; added tests (Zachary Taylor)
2015-10-19 Fix data attribute when fields are included (Zachary Taylor)
2015-10-19 Automatic inclusion, Works but without tests (Zachary Taylor)
2015-10-18 #113 added implementation (Patryk Orwat)
2015-10-18 #113 work in progress (Patryk Orwat)
2015-10-18 #113 added annotations for RelationshipRepository + javadocs (Patryk Orwat)
2015-10-18 #103 annotations rename (Patryk Orwat)
2015-10-16 version up (Patryk Orwat)
2015-10-15 #103 tests work (Patryk Orwat)
2015-10-15 #111 forgot to remove code after removing Apache BeamUtils (Patryk Orwat)
v1.0.2
2015-10-15 closes #15 (Patryk Orwat)
2015-10-14 v1.0.1 (Patryk Orwat)
2015-10-14 v1.0.1 (Patryk Orwat)
v1.0.1
2015-10-14 v1.0.1 (Patryk Orwat)
2015-10-14 #103 work in progress (Patryk Orwat)
2015-10-08 #104 NPE on removing ToOne relation using PATCH (Patryk Orwat)
2015-10-08 #99 RelationshipRepository used only for operations on relations (Patryk Orwat)
2015-10-01 v1.0.0 (Patryk Orwat)
2015-10-01 #95 new resource save in one step (Patryk Orwat)
2015-10-01 #91 added ability to hide to-many relationships (Patryk Orwat)
2015-10-01 #85 can post resources using inheritance (Patryk Orwat)
2015-09-30 #85 resourceEntry can contain information about parent resource (Patryk Orwat)
2015-09-30 katharsis-core-79 Nested @JsonApiIncludeByDefault (Błażej Krysiak)
2015-09-29 #92 Adding test (Zachary Taylor)
2015-09-29 Resolve ExceptionMapperRegistry not found when search path contains comma seperated list (Zachary Taylor)
2015-09-29 #89 added LinksInformation and LinksRepository (Patryk Orwat)
2015-09-23 style (Patryk Orwat)
2015-09-23 simplified repos for mongo example (Patryk Orwat)
2015-09-23 fixed document removal for mongo example (Patryk Orwat)
2015-09-16 italicize type name (Woonsan Ko)
2015-09-16 adding more description about spring IoC integration with example links (Woonsan Ko)
2015-09-07 added snapshots deployment (Patryk Orwat)
2015-09-07 Support UUID in StandardTypeParsers (Björn Harrtell)
2015-08-30 v0.9.4 (Patryk Orwat)
2015-08-30 v0.9.4 (Patryk Orwat)
2015-08-30 v0.9.4 (Patryk Orwat)
v0.9.4
2015-08-30 v0.9.4 (Patryk Orwat)
2015-08-30 javadoc (Patryk Orwat)
2015-08-30 v0.9.4 (Patryk Orwat)
2015-08-30 katharsis-core-43 Display a list of found resources #43 (Błażej Krysiak)
2015-08-30 #7 removed one meta information repository (Patryk Orwat)
2015-08-30 katharsis-core-36 'Hardening' the codebase (Błażej Krysiak)
2015-08-30 removed old code (Patryk Orwat)
2015-08-29 #7 finished working on the meta information (Patryk Orwat)
2015-08-27 adding spring-boot-simple-example using katharsis-servlet (Woonsan Ko)
2015-08-26 javadoc (Patryk Orwat)
2015-08-26 Adding commons-beanutils dep in dropwizard-mongo-example pom; the dep was used transitively before through katharsis-core; it isn't any more as of #62, so adding the dep in that module pom to fix compilation error (Woonsan Ko)
2015-08-26 #2 adding settings.xml (Woonsan Ko)
2015-08-25 using katharsis prefixed properties in filter/servlet init params (Woonsan Ko)
2015-08-25 #7 added new repository interfaces (Patryk Orwat)
2015-08-25 close #70 improved (Patryk Orwat)
2015-08-24 #70 utils now support more getters (Patryk Orwat)
2015-08-24 close #53 - resources without resource repository can have relationship repositories (Patryk Orwat)
2015-08-24 issue #2, correcting develop branch name (Woonsan Ko)
2015-08-24 issue #2, renaming packages (Woonsan Ko)
2015-08-23 javadoc (Patryk Orwat)
2015-08-21 Allow @JsonApiId, @JsonApiToOne, @JsonApiToMany and @JsonApiIncludeByDefault to be accessible as getter. (Błażej Krysiak)
2015-08-21 Support annotations search #70 (Błażej Krysiak)
2015-08-21 Support annotations search #70 (Błażej Krysiak)
2015-08-20 #53 resource can have no repository (Patryk Orwat)
2015-08-17 #69 slf4j (Patryk Orwat)
2015-08-17 katharsis-core-69 slf4j (Patryk Orwat)
2015-08-17 katharsis-core-69 removed common-beanutils, added slf4j (Patryk Orwat)
2015-08-17 #65 resource inheritance support (Patryk Orwat)
2015-08-17 katharsis-core-66 commons-beanutils removal (Patryk Orwat)
2015-08-17 #62 small fix (Patryk Orwat)
2015-08-17 #62 fixed inclusion + code refactor (added an abstraction layer over java.lang.reflect.Field) (Patryk Orwat)
2015-08-17 simple section name change (Woonsan Ko)
2015-08-17 re-indenting java example code (Woonsan Ko)
2015-08-17 adding changes.xml (Woonsan Ko)
2015-08-16 Update release-process.md (Woonsan Ko)
2015-08-16 updating release-process (Woonsan Ko)
2015-08-16 bump up nexus-staging-maven-plugin to work with java18 (Woonsan Ko)
2015-08-16 adding release-process info (Woonsan Ko)
2015-08-16 bump up for next dev cycle (Woonsan Ko)
2015-08-16 Bumped version number to 0.1.1 (Woonsan Ko)
2015-08-16 adding version compatibility (Woonsan Ko)
2015-08-15 Exception handling changes based upon katharsis-core-0.9.3 (Woonsan Ko)
2015-08-15 #62 removed dependency to Apache BeanUtils - TODO fix inclusion (Patryk Orwat)
2015-08-15 upgrading katharsis-core dep to 0.9.3; closing request entity stream (Woonsan Ko)
2015-08-13 [TASK] Correct small typo (Cedric Ziel)
2015-08-12 #62 path builder fix (Patryk Orwat)
2015-08-11 small fix (Patryk Orwat)
2015-08-11 #59 small tests (Patryk Orwat)
2015-08-06 katharsis-core #59 - deserialization fix (Patryk Orwat)
2015-08-04 katharsis-core-59 #59 fixed upsert deserialization problem (Patryk Orwat)
2015-08-03 katharsis-core #49 - Allow prefixing the JSON API requests (Patryk Orwat)
2015-08-01 small fix (Patryk Orwat)
2015-07-31 readme (Patryk Orwat)
2015-07-31 v0.9.3 (Patryk Orwat)
v0.9.3
2015-07-31 v0.9.3 (Patryk Orwat)
2015-07-31 v0.9.3 (Patryk Orwat)
2015-07-30 katharsis-core-12 Add projection of fields (sparse fields) (Błażej Krysiak)
2015-07-25 katharsis-core-56 less is better (Patryk Orwat)
2015-07-25 #56 ParserException is also KatharsisMatchingException (Patryk Orwat)
2015-07-25 readme (Patryk Orwat)
2015-07-25 small fix (Patryk Orwat)
2015-07-25 #56 katharsis-core-56 Improve katharsis-core method matching (Patryk Orwat)
2015-07-20 log stack trace by default on Katharsis Invoker exception (Woonsan Ko)
2015-07-20 Exceptional QUERY_STRING handling (Woonsan Ko)
2015-07-18 Adding IoC integration instruction (Woonsan Ko)
2015-07-18 adding coveralls (Woonsan Ko)
v0.1.0
2015-07-18 tagging 0.1.0 (Woonsan Ko)
2015-07-18 bump up version (Woonsan Ko)
2015-07-17 setting jdk1.8 in travis-ci (Woonsan Ko)
2015-07-17 adding travis-ci config (Woonsan Ko)
2015-07-13 Exception constructor fix (Grzegorz Poznachowski)
2015-07-12 Refactor JsonSerializationException (Grzegorz Poznachowski)
2015-07-12 Added pledgie link (Błażej Krysiak)
2015-07-11 added Wildfly RESTEasy example (Patryk Orwat)
2015-07-10 - adding katharsis-wildfly-example (grogdj)
2015-07-06 katharsis-core-50 Fix incompatibilities to JSON API links definition (Patryk Orwat)
2015-07-01 handling unsupported media type; adding more unit tests (Woonsan Ko)
2015-06-29 upgrade katharsis-core to 0.9.2 (Woonsan Ko)
2015-06-26 unit test for JsonApiMediaType (Woonsan Ko)
2015-06-25 v0.9.2 (Patryk Orwat)
v0.9.2
2015-06-25 v0.9.2 (Patryk Orwat)
2015-06-25 v0.9.2 (Patryk Orwat)
2015-06-25 code refactor (Patryk Orwat)
2015-06-19 version update (Patryk Orwat)
2015-06-17 refactor - less Container usage (Patryk Orwat)
2015-06-17 Add integration test, checking exception handling (Grzegorz Poznachowski)
2015-06-17 Started integration test to map exception (Grzegorz Poznachowski)
2015-06-17 Removed not used constant (Grzegorz Poznachowski)
2015-06-17 ErrorResponseSerializer serializes ErrorData according to the JSON:API standard (while keeping ErrorData object flat and simple) (Grzegorz Poznachowski)
2015-06-16 ErrorData model changes to accomodate JSON:API 1.0 format (Grzegorz Poznachowski)
2015-06-16 register a serializer for ErrorResponse by default. (Woonsan Ko)
2015-06-16 expose jackson data binding module in the invoker builder (Woonsan Ko)
2015-06-16 query string handling (Woonsan Ko)
2015-06-15 configuring surefire-report-plugin and corbetura plugin (Woonsan Ko)
2015-06-14 Naming typo. (Błażej Krysiak)
2015-06-13 ignoring transient and @JsonIgnore annotated fields (Patryk Orwat)
2015-06-13 katharsis-core #11 - included implementation (Patryk Orwat)
2015-06-13 #11 work in progress (Patryk Orwat)
2015-06-13 first write to a buffer first because objectMapper may fail while writing. (Woonsan Ko)
2015-06-13 Registering json object mapper and fixing tests. (Woonsan Ko)
2015-06-12 #11 work in progress (Patryk Orwat)
2015-06-12 nexus-staging-maven-plugin added (Woonsan Ko)
2015-06-12 adding ossrh-release profile (Woonsan Ko)
2015-06-12 fixing javadoc; configuring javadoc/source attaching plugins (Woonsan Ko)
2015-06-12 Updating pom based on central component requirements (Woonsan Ko)
2015-06-12 use katharsis-parent (Woonsan Ko)
2015-06-12 updating README to reflect class/operation changes. (Woonsan Ko)
2015-06-12 KatharsisInvokerBuilder shouldn't imply SampleJsonServiceLocator can be used. So, SampleJsonServiceLocator is only used in either SampleKatharsisFilter and SampleKatharsisServlet. (Woonsan Ko)
2015-06-12 Fixing thread-safety issue when creating KatharsisInvoker; adding FIXME to use an advanced JsonServiceLocator instead of testing-purpose 'SampleJsonServiceLocator' in the near future. (Woonsan Ko)
2015-06-12 adding simple servlet/filter implementation and integration testing purpose jetty plugin configuration (Woonsan Ko)
2015-06-11 #11 contract change (Patryk Orwat)
2015-06-11 changing groupId; fixing mediaType detection and filter handling (Woonsan Ko)
2015-06-11 Added maven central badge (Błażej Krysiak)
2015-06-11 fixing links (Woonsan Ko)
2015-06-11 more description (Woonsan Ko)
2015-06-11 adding more in README (Woonsan Ko)
2015-06-11 fixing link url (Woonsan Ko)
2015-06-11 Initial generic katharsis adaptor module for various servlet and non-servlet frameworks. (Woonsan Ko)
2015-06-10 Initial commit (Woonsan Ko)
2015-06-09 v0.9.1 (Patryk Orwat)
v0.9.1
2015-06-09 v0.9.1 (Patryk Orwat)
2015-06-09 v0.9.1 (Patryk Orwat)
2015-06-09 katharsis-core 34 parent update (Patryk Orwat)
2015-06-09 #34 parent update, javadoc (Patryk Orwat)
2015-06-09 katharsis-core 34 (Patryk Orwat)
2015-06-09 #34 added relationships controllers (Patryk Orwat)
2015-06-08 #34 working in progress (Patryk Orwat)
2015-06-08 #34 extended relationship repository (Patryk Orwat)
2015-06-07 GPG plugin is now signing sources and javadoc jars (Patryk Orwat)
2015-06-07 oss sonatype (Patryk Orwat)
2015-06-07 moving to sonatype OSS (Patryk Orwat)
2015-06-04 Make dropwizard-mongo-example executable (Arthur Maltson)
2015-06-04 Make dropwizard-simple-example executable (Arthur Maltson)
2015-06-04 Add maven-shade config to parent pom (Arthur Maltson)
2015-06-03 bintray badge fix (Patryk Orwat)
2015-06-01 v0.9.0 (Patryk Orwat)
v0.9.0
2015-06-01 v0.9.0 (Patryk Orwat)
2015-06-01 v0.9.0 (Patryk Orwat)
2015-06-01 v1.0.0 (Patryk Orwat)
2015-06-01 added repository (Patryk Orwat)
2015-06-01 added repositories (Patryk Orwat)
2015-06-01 updated repositories (Patryk Orwat)
2015-06-01 added nested crud, links -> relationships in URLs 🐶 (Patryk Orwat)
2015-05-30 katharsis-core-40 Change linked to relationships #40 (Patryk Orwat)
2015-05-30 katharsis-core-40 Change linked to relationships (Patryk Orwat)
2015-05-25 smallfix, docs (Patryk Orwat)
2015-05-25 smallfix, added dropwizard-simple-example (Patryk Orwat)
2015-05-21 Update JsonApiId.java (Patryk Orwat)
2015-05-20 Added support of ExceptionMapping while request processing (Grzegorz Poznachowski)
2015-05-20 Added tests for RequestDispatcher to make sure it maps exceptions to ErrorResponse properly (Grzegorz Poznachowski)
2015-05-19 Changed from Runtime to ResourceException (Grzegorz Poznachowski)
2015-05-19 make use of Exception message. Passing the detail part there (Grzegorz Poznachowski)
2015-05-19 Fixed some tests to work with latest exception changes (Grzegorz Poznachowski)
2015-05-19 package renamed in test (Grzegorz Poznachowski)
2015-05-19 package rename to follow standard convention (Package names are written in all lower case to avoid conflict with the names of classes or interfaces) (Grzegorz Poznachowski)
2015-05-19 ParserException refactored minor fixed (imports etc) added @JsonIgnore on the httpStatus of BaseResponse - we don't want to return it in the body Refactored exceptions thrown in the code (Grzegorz Poznachowski)
2015-05-19 Added InvalidResourceException to indicate initialization issue (when annotated exception mapper does not implements JsonApiExceptionMapper) KatharsisExceptionMapper registered by default (Grzegorz Poznachowski)
2015-05-18 Adding ExceptionMapperType used in ExceptionMapperRegistry as a matcher between Exception class and corresponding Exception mapper (Grzegorz Poznachowski)
2015-05-18 Existing exception to derive from KatharsisException or KatharsisInitializationException (Grzegorz Poznachowski)
2015-05-18 Added interface containing common HTTP status codes (Grzegorz Poznachowski)
2015-05-18 Introduced 2 Katharsis general purpose exceptions. Added default KatharsisExceptionMapper (Grzegorz Poznachowski)
2015-05-18 Added error response tests (Grzegorz Poznachowski)
2015-05-18 Added Error data object, which reflects JSON API error data (along with builder) (Grzegorz Poznachowski)
2015-05-17 Added HttpMethod enum, refactored String constants in Controllers. Proper error handling in controllers (Grzegorz Poznachowski)
2015-05-17 Added proper Exception handling (Grzegorz Poznachowski)
2015-05-17 documentation to annotations (Patryk Orwat)
2015-05-17 added another example - simple jersey integration (Patryk Orwat)
2015-05-17 changed scope of jersey dependencies to test (Patryk Orwat)
2015-05-16 improved dropwizard example (Patryk Orwat)
2015-05-16 removed javassist, added JsonProperty support, closes #35 (Patryk Orwat)
2015-05-16 removed javassist (Patryk Orwat)
2015-05-15 Test fix (Grzegorz Poznachowski)
2015-05-15 Initial implementation of error handling. (Grzegorz Poznachowski)
2015-05-13 #35 javassist is a hell - created Data field (Patryk Orwat)
2015-05-12 #35 javassist work in progress (Patryk Orwat)
2015-05-12 added settings file (Patryk Orwat)
2015-05-12 added javassist (Patryk Orwat)
2015-05-11 Jackson serialization problem fix (Patryk Orwat)
2015-05-11 working example (Patryk Orwat)
2015-05-11 linkage deserialization fix (Patryk Orwat)
2015-05-10 code refactor (Patryk Orwat)
2015-05-09 #33 interface changes, CollectionGet update, TypeParser update (Patryk Orwat)
2015-05-09 #33 interface changes, docs (Patryk Orwat)
2015-05-09 tests fix (Patryk Orwat)
2015-05-09 adjustment to core change - type parser (Patryk Orwat)
2015-05-09 katharsis-core-22 Add more sophisticated way of casting resource's Id values #22 (Patryk Orwat)
2015-05-07 merge (Patryk Orwat)
2015-05-07 katharsis-core-17 Allow updating resources #17 (Patryk Orwat)
2015-05-07 katharsis-core-31 Add attributes field (Patryk Orwat)
2015-05-06 Refactored ResourceInformationBuilder, covered duplicated @JsonApiId occurence. (Grzegorz Poznachowski)
2015-05-04 fixed adding resource with multiple relationship (Patryk Orwat)
2015-05-03 Made class final, updated equals and hashCode (Grzegorz Poznachowski)
2015-05-03 workin' on relation repo (Patryk Orwat)
2015-05-03 added morphia (Patryk Orwat)
2015-05-03 tests for extended resources id casting (Patryk Orwat)
2015-05-03 adjustment to core change (Patryk Orwat)
2015-05-03 extended resources id casting, refactored ControllerRegistryBuilder (Patryk Orwat)
2015-05-03 first example (Patryk Orwat)
2015-05-03 Initial commit (Patryk Orwat)
2015-05-03 fixed problem with null resource response (Patryk Orwat)
2015-05-03 added Jackson ObjectMapper configuration (Patryk Orwat)
2015-05-03 smallfix - jackson dep problem (Patryk Orwat)
2015-05-03 smallfix (Patryk Orwat)
2015-05-02 Merge branch 'development' into katharsis-core-16 (Patryk Orwat)
2015-05-02 katharsis-core-16 added tests, small fix #16 (Patryk Orwat)
2015-05-02 Added paging and sorting repositories. (Błażej Krysiak)
2015-05-02 katharsis-core-16 Allow adding resources #16 (Patryk Orwat)
2015-05-02 katharsis-core-14 Add pagination (Błażej Krysiak)
2015-05-02 katharsis-core-16 Allow adding resources (Patryk Orwat)
2015-05-01 #3 smallfix (Patryk Orwat)
2015-05-01 changed controller to filter, closes #3 (Patryk Orwat)
2015-05-01 #3 removed HK2 dependency (Patryk Orwat)
2015-05-01 context renamed to locator (Patryk Orwat)
2015-05-01 katharsis-core-13 Added sorting params handling (Błażej Krysiak)
2015-05-01 added resource removal, closes #19 (Patryk Orwat)
2015-04-30 #6 improved tests + small fixes (Patryk Orwat)
2015-04-30 #6 added the implementation (Patryk Orwat)
2015-04-29 moved serializers to separate package (Patryk Orwat)
2015-04-29 #6 annotation usage, small fix (Patryk Orwat)
2015-04-27 pom refactored (Grzegorz Poznachowski)
2015-04-27 moved more plugins to plugin dependency management section extracted plugin version to properties added travis config to make auto deployments (Grzegorz Poznachowski)
2015-04-27 reverted to deploy (Grzegorz Poznachowski)
2015-04-27 mvn deploy:deploy instead of deploy, to skip previous phases (Grzegorz Poznachowski)
2015-04-27 don't clean when doing coverall (Grzegorz Poznachowski)
2015-04-26 trying to fix coverall (Grzegorz Poznachowski)
2015-04-26 split deploy and jacoco (Grzegorz Poznachowski)
2015-04-26 added jacoco:report to travis (Grzegorz Poznachowski)
2015-04-26 Removed syso (Grzegorz Poznachowski)
2015-04-26 Added field checking against synthetic fields, to enable using reflection methods along with Jacoco agent Dependencies version extracted to properties (Grzegorz Poznachowski)
2015-04-20 Switched to Jacoco, Let travis make everything in one build (Grzegorz Poznachowski)
2015-04-20 proper -core version (Grzegorz Poznachowski)
2015-04-20 poms using parent (Grzegorz Poznachowski)
2015-04-17 #6 added annotation (Patryk Orwat)
2015-04-17 dependencies version update (Patryk Orwat)
2015-04-16 documentation update, closes #9 (Patryk Orwat)
2015-04-15 fixed RequestDispatcherFactory (Patryk Orwat)
2015-04-15 removed top level links (Patryk Orwat)
2015-04-13 fixed RequestDispatcherBuilder usage (Patryk Orwat)
2015-04-13 added top level links (Patryk Orwat)
2015-04-13 added JsonPath to String (Patryk Orwat)
2015-04-12 Added support for query params from core (Błażej Krysiak)
2015-04-12 Pulled-up ObjectMapper. (Błażej Krysiak)
2015-04-12 decided HK2 to be the main DI provider (Patryk Orwat)
2015-04-12 Merge fixes. (Błażej Krysiak)
2015-04-12 Extended implementation of fields passed to RequestDispatcher (Błażej Krysiak)
2015-04-12 added jackson documentation (Patryk Orwat)
2015-04-09 added FieldResourceGet (Patryk Orwat)
2015-04-09 documentation (Patryk Orwat)
2015-04-09 new definition of relationship within resource definition (Patryk Orwat)
2015-04-09 Added params handling and started working on QueryParamsBuilder tests. (Błażej Krysiak)
2015-04-09 Building query params (Błażej Krysiak)
2015-04-09 fixed repository (Patryk Orwat)
2015-04-09 implemented LinkResourceGet (Patryk Orwat)
2015-04-06 improved code coverage ;) (Patryk Orwat)
2015-04-05 working on GET requests for links (Patryk Orwat)
2015-04-04 fixed repository interface (Patryk Orwat)
2015-04-04 extracted linkage serialization (Patryk Orwat)
2015-04-04 improved documentation and changed hashCode and equals (Patryk Orwat)
2015-04-04 improved Jackson integration (Patryk Orwat)
2015-04-04 added ToMany linkage (Patryk Orwat)
2015-04-03 improved serialization (Patryk Orwat)
2015-04-03 added ToOne relationship serialization (Patryk Orwat)
2015-04-03 added simple relationship serialization (Patryk Orwat)
2015-04-02 improved serialization tests (Patryk Orwat)
2015-04-01 added basic serialization tests (Patryk Orwat)
2015-03-30 more restricted links (Patryk Orwat)
2015-03-29 fixes from katharsis-core (Patryk Orwat)
2015-03-29 javadoc fix (Patryk Orwat)
2015-03-29 improved JsonPath (Patryk Orwat)
2015-03-26 Smallfix (Błażej Krysiak)
2015-03-26 Prepared initial parent pom (Grzegorz Poznachowski)
2015-03-25 renamed ResourcePath to JsonPath, started links support (Patryk Orwat)
2015-03-25 Gitter webhooks integration fix + test updates. (Błażej Krysiak)
2015-03-25 added eclipse, intellij, maven to gitignore (Grzegorz Poznachowski)
2015-03-25 Gitter webhooks integration fix. (Błażej Krysiak)
2015-03-25 Added Gitter badge (The Gitter Badger)
2015-03-25 Initial commit (Błażej Krysiak)
2015-03-25 Gitter webhooks integration (Błażej Krysiak)
2015-03-25 Removed unused web-hook. (Błażej Krysiak)
2015-03-25 Smallfix (Błażej Krysiak)
2015-03-25 Webhooks fix (Błażej Krysiak)
2015-03-25 Webhooks integrations with gitter. (Błażej Krysiak)
2015-03-25 Fixed tests. (Błażej Krysiak)
2015-03-25 Updated ResourceRepository and controller objects. (Błażej Krysiak)
2015-03-24 Added bintray deployment. (Błażej Krysiak)
2015-03-23 serialization + travis fix (Patryk Orwat)
2015-03-23 last travis fix (Patryk Orwat)
2015-03-23 fixed travis (Patryk Orwat)
2015-03-23 fixed deployment (Patryk Orwat)
2015-03-23 Removed travis curl to bintray. (Błażej Krysiak)
2015-03-23 added serializator (Patryk Orwat)
2015-03-22 added jackson (Patryk Orwat)
2015-03-22 Testing bintray. (Błażej Krysiak)
2015-03-22 Smallfix (Błażej Krysiak)
2015-03-22 Testing Bintray integration. (Błażej Krysiak)
2015-03-22 Testing Bintray integration. (Błażej Krysiak)
2015-03-22 Testing Bintray integration. (Błażej Krysiak)
2015-03-19 added ControllerRegistryBuilder, small fix (Patryk Orwat)
2015-03-19 jersey2 get tests (Patryk Orwat)
2015-03-19 added jersey2 tests (Patryk Orwat)
2015-03-19 small fix (Patryk Orwat)
2015-03-16 added JAX-RS API (Patryk Orwat)
2015-03-16 added resource inforation class (Patryk Orwat)
2015-03-16 Added Gitter badge (The Gitter Badger)
2015-03-15 added controller tests (Patryk Orwat)
2015-03-15 added ResourceRegistry and ResourceRegistryBuilder (Patryk Orwat)
2015-03-15 Testing Bintray integration (Błażej Krysiak)
2015-03-15 Testing Bintray integration. (Błażej Krysiak)
2015-03-15 Travis support. (Błażej Krysiak)
2015-03-15 Project set-up. (Błażej Krysiak)
2015-03-15 Added ControllerRegistry test; (Błażej Krysiak)
2015-03-15 Initial commit (Błażej Krysiak)
2015-03-15 Added test for dispatching Resource and Collection GET. (Błażej Krysiak)
2015-03-15 Dispatching the route based on path and request type. (Błażej Krysiak)
2015-03-15 fixed PathIds (Patryk Orwat)
2015-03-14 coveralls fix (Błażej Krysiak)
2015-03-14 added cobertura (Błażej Krysiak)
2015-03-14 Coveralls Maven Plugin (Błażej Krysiak)
2015-03-14 Smallfix + enabled coveralls coverage (Błażej Krysiak)
2015-03-14 add waffle.io badge (Making GitHub Delicious.)
2015-03-14 Added travis and coveralls badges. (Błażej Krysiak)
2015-03-14 Fixed Travis supported Java JDK version. (Błażej Krysiak)
2015-03-14 Travis support (Błażej Krysiak)
2015-03-14 Implemented collection and resource response. (Błażej Krysiak)
2015-03-14 Added request dispatching and model-resource classes. (Błażej Krysiak)
2015-03-13 base repository interface (Patryk Orwat)
2015-03-13 formatting, base repository interface (Patryk Orwat)
2015-03-13 improved path implementation (Patryk Orwat)
2015-03-13 Base path interpretation. (Błażej Krysiak)
2015-03-12 Project set-up. (Błażej Krysiak)
2015-03-11 Initial commit (Błażej Krysiak)