-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/version 2.1.0 #283
Commits on Apr 14, 2020
-
Feature/transient fields (#142)
* Fix null pointer if no enumerations are part of servcie * Enable HAS and enumeration as return type of operations * Allow Enumerations as operation parameter * Provide java based operations converted enumeration * Add SourceClear addon * Delete SourceClean addon * Enumerations at UDF functions - Works for bound functions - Works for functions with import * Correct unit tests * Enable multiple values for flags enumerations * Switch detection default between Embedded and Entity type * Allow collection attributes for metadata * Enable query without collection attributes * Rework query result conversion to reduce memory consumtion * Missing Metadata pom * First step entity with collections as return of function/action * Bugfix: Expand on Parent with $filter on navigation path * Enable the use of Join Tables - Filter on navigation via Join Table generally not supported * Create new query for inlinecount * Enable Join Tables@Navigation Filter - Not working mapped associations - Not working $count * Enable Join Tables@Navigation Filter - With mapped associations - With $count, know issue EclipsLink two sub types * Increase Version --> 0.2.6 * Remove deprecated JPAExecutableQuery * Bugfix: unidirectional join table based association * Access collection properties via navigation - New version * Access collection properties w and w/o $select * Access collection properties which are part of complex property * CUD operations on collection properties * Filter on collection properties pre optimization * Filter on collection properties any/all * Filter on collection w/o filter on $count and orderby $count * Correct issue #29 - Correct /$count implementation in JPAJoinQuery - Clean-up Hibernate differences -- Subquery from clause -- Id Class determination * Increase Version to 0.2.7 * Enable ..@odata.navigationLink in case of odata.metadata=full - links@complex types not yet working * Preparation for solution of issue OLINGO-1143 * Correct NullPointer and some clean-ups * Support order by $count - Increase version to 0.2.8 * Intermediate merge clean-up * Solve merge problem navigate complex collections * Resolve merge conflict converter * Correct error collection property and expand=* * Enable filter $count on collection property * Update version and url * Create and use page provider * Recreate change for solution of issue OLINGO-1143 * Finalize top level server driven paging * Correct string handling error * Correct link problem * Enable skiptoken to have other type than String * Move paging so next request injects old uriInfo correctly * Enable deep insert via complex properties * Ignore test for next commit * Enable create of a new entity linked by a to one using PATCH * Update to Olingo 4.5.0 - use new Olingo version - adopt one test to changed @odata.context content * Collection attributes rework. Issue #60 - Change processor pom -> javax.servlet became provided * Enable annotation for properties to mark them authorization relevant * Enable multiple protected properties at complex attributes * Rework EdmProtectedBy annotation to handle multiple claims at complex * Process protection * Rework handling of ignored protected * Made inner class static * Fixing issue #60 * $count query not working correctly on complex collection attributes * Various small bugs - Reorg. pom.xml - Correct http status on empty result - Correct empty check for collection properties * Correct typo in interface JPAODataPagingProvider * Prepare JPAODataDatabaseTableFunction for paging * Change to HSQLDB * Remove function from sql-file to work around problems with Derby * Correct NullPointerException EdmEntitySetResult * Determine result of create dependent based on before image * EntityType getAttribute did not return value for embedded id * Provide CUD example and correct query status codes * Correct query response * Maven Archetype for Spring based service * Upgrade to Junit5 to get support for Java > 1.8 * Extract interface for better unit test support - Cleanup tests * Clean-up interface implementation * Add SQL function handling * Complete DB function changes * Clean-up test class * Clean-up test class * Update Version number * Update Version number * Additional test for API classes * Enable suppress of wildcard in metadata * Enable wildcards during query processing * Increase information on error during filter * Support of PUT on collection properties and primitive properties * Fix Null Pointer on PATCH with return != minimal * Claims where not respected by queries issue #69 part one - /$count - ?$count=true - paging queries * Claims where not respected by queries issue #69 part two - $filter - Update on Olingo 4.6.0 * Restrict the DISTINCT to protections only * Increase test coverage - New tests - Rework vocabulary handling * Cleanup Vocabularies II - Add Action and Function - Remove NavigationProperty and dependent * Additional test and solution of issue #78 * Enable new annotation EdmVisibleFor at properties * Introduction of Request Context - Deprecation of two variants of JPAODataGetHandler.process - Increase test coverage * Restrict EdmVisiableFor to nullable non key attributes * Skip properties from selection that do not belong to provided group * Handle collection properties and navigation path * Enable groups at complex collections * Handle OrderBy clause * Correct unit test * Rework test containing images * Rework context handling - Move of cud handler to request context - Move of DebugSupport to request context (is request specific because of isUserAuthorized) - Introduction of builder for Service Context to get a leaner creation of handler * Providing groups during modifying requests * Re-enable old shortcut with late metadata provisioning * Update pom for missing jackson dependency * Update Archetype to version 0.3.4 * Update Version * Extension of session context, so an emf can be provided * Ignore annotation qualified if empty * Go back to Olingo JSON deserializer * Add qualifier to annotation * Increase release * Clean-up JPAEdmNameBuilder * Preparation of custom name builder - Create public interface - replace class by new interface * Revoke test adoption * Providing custome name builder * Update annotation EdmFunction * Increase release * Adopt archetype - Simplify service - Add integration test * Modify example did not persist on create * Deep Insert did not responded deep * Always select ETag * Complete ETag handling * Missing Context Changes * Reset unit test to current pushed state * Increase test coverage * Adopt test to real number of complex types * Enable V4.01 JSON format as request and response * Additional Integration tests support OData V4.01 JSON * Allow usage of different types of transaction * Increase Spring support * Bugfix/issue83 (#120) * Update Version * Extension of session context, so an emf can be provided * Preparation of custom name builder - Create public interface - replace class by new interface * Revoke test adoption * Providing custome name builder * Update annotation EdmFunction * Increase release * Adopt archetype - Simplify service - Add integration test * Modify example did not persist on create * Deep Insert did not responded deep * Always select ETag * Complete ETag handling * Missing Context Changes * Reset unit test to current pushed state * Increase test coverage * Adopt test to real number of complex types * Enable V4.01 JSON format as request and response * Additional Integration tests support OData V4.01 JSON * Allow usage of different types of transaction * Increase Spring support * Restrict $expand select by key range * Support root with navigation like AdministrativeDivision(...)/Children * Protect dilution of test coverage by test package (#133) * Increase release * Increase release (#136) * Protect dilution of test coverage by test package (#135) * Remove deprecated artifacts (#134) * Remove deprecated artefacts * Missing test adoptions * Upgrade Olingo version and processor version * Feature/transient fields (#137) * Increase release * Upgrade Olingo version and processor version * Prevent NPE on expand empty result (#138) * Correct SonarQube and SpotBug hints * Feature/transient fields (#139) * Increase release * Upgrade Olingo version and processor version * Correct SonarQube and SpotBug hints * SpotBugs and clean-ups * Build metadata I * First draft of criteria builder and query implementation (#140) * First draft of criteria builder and query implementation * Add Transient * First join version * Correct structured type * Test adoption was missing * Update criteria builder * Solve enum error * Support aggregation function * Correct buildInverseJoinColumns() error * Add Test buildInverseJoinColumns() error * Enable table join without entity type * Correct Error table name * Own test for JPAEdmProvider and correct name builder error * Additional test * Support parallel processing of batch requests * Complete synchronized creation of metadata * Enable transient field calculator * Suppress transient fields at $filter and $orderby * Enable transient collections and collections with transient attributes * Additional tests for changing operations * Enable absolute path in url
Configuration menu - View commit details
-
Copy full SHA for 6200a5f - Browse repository at this point
Copy the full SHA 6200a5fView commit details
Commits on Apr 15, 2020
-
* Add sonar plugin * Update pom with sonar plugin
Configuration menu - View commit details
-
Copy full SHA for 2df7e8f - Browse repository at this point
Copy the full SHA 2df7e8fView commit details
Commits on Apr 18, 2020
-
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version
Configuration menu - View commit details
-
Copy full SHA for dde6362 - Browse repository at this point
Copy the full SHA dde6362View commit details
Commits on May 3, 2020
-
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version * Logging as part of standard debugger * Generic authorization check for JPAExampleCUDRequestHandler
Configuration menu - View commit details
-
Copy full SHA for 78a8645 - Browse repository at this point
Copy the full SHA 78a8645View commit details
Commits on May 4, 2020
-
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version * Logging as part of standard debugger * Generic authorization check for JPAExampleCUDRequestHandler * Update xmake version
Configuration menu - View commit details
-
Copy full SHA for 7ab98ab - Browse repository at this point
Copy the full SHA 7ab98abView commit details -
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version * Logging as part of standard debugger * Generic authorization check for JPAExampleCUDRequestHandler * Update xmake version * Clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for 8f32d18 - Browse repository at this point
Copy the full SHA 8f32d18View commit details
Commits on May 5, 2020
-
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version * Logging as part of standard debugger * Generic authorization check for JPAExampleCUDRequestHandler * Update xmake version * Clean-up sonar issues * Update build status on read.me * New badges * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for db7bd68 - Browse repository at this point
Copy the full SHA db7bd68View commit details
Commits on May 7, 2020
-
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version * Logging as part of standard debugger * Generic authorization check for JPAExampleCUDRequestHandler * Update xmake version * Clean-up sonar issues * Update build status on read.me * New badges * Clean-up sonar issues * Create additional test for debugger * Add tests for debugger * Update README.md * Replace database derby -> hsqldb
Configuration menu - View commit details
-
Copy full SHA for 86c5c4d - Browse repository at this point
Copy the full SHA 86c5c4dView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5027b1f - Browse repository at this point
Copy the full SHA 5027b1fView commit details -
* Add sonar plugin * Update pom with sonar plugin * Remove old xmake version * Logging as part of standard debugger * Generic authorization check for JPAExampleCUDRequestHandler * Update xmake version * Clean-up sonar issues * Update build status on read.me * New badges * Clean-up sonar issues * Create additional test for debugger * Add tests for debugger * Update README.md * Replace database derby -> hsqldb * Cleanup sonar issue
Configuration menu - View commit details
-
Copy full SHA for fcde6c6 - Browse repository at this point
Copy the full SHA fcde6c6View commit details
Commits on May 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 66c76c0 - Browse repository at this point
Copy the full SHA 66c76c0View commit details -
Feature/criteria builder (#156)
* Increase test coverage for criteria builder * Replace double implementation by mocks
Configuration menu - View commit details
-
Copy full SHA for c124d83 - Browse repository at this point
Copy the full SHA c124d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b5e59 - Browse repository at this point
Copy the full SHA e3b5e59View commit details
Commits on May 12, 2020
-
Feature/criteria builder (#158)
* Increase test coverage for criteria builder * Replace double implementation by mocks * Rework vocabulary read
Configuration menu - View commit details
-
Copy full SHA for d901965 - Browse repository at this point
Copy the full SHA d901965View commit details
Commits on May 17, 2020
-
Feature/criteria builder (#159)
* Increase test coverage for criteria builder * Replace double implementation by mocks * Rework vocabulary read * Add method to retrieve all claims
Configuration menu - View commit details
-
Copy full SHA for 1782881 - Browse repository at this point
Copy the full SHA 1782881View commit details
Commits on May 19, 2020
-
* Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for bd6cfb5 - Browse repository at this point
Copy the full SHA bd6cfb5View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe7c443 - Browse repository at this point
Copy the full SHA fe7c443View commit details -
* Remove potential null pointer * Remove potential Null Pointer
Configuration menu - View commit details
-
Copy full SHA for 54097b6 - Browse repository at this point
Copy the full SHA 54097b6View commit details -
* Remove potential null pointer * Remove potential Null Pointer * Remove potential Null Pointer
Configuration menu - View commit details
-
Copy full SHA for b933d49 - Browse repository at this point
Copy the full SHA b933d49View commit details
Commits on May 23, 2020
-
* Remove potential null pointer * Remove potential Null Pointer * Remove potential Null Pointer * Additional clean-ups * Work on soanr issues
Configuration menu - View commit details
-
Copy full SHA for 440946c - Browse repository at this point
Copy the full SHA 440946cView commit details -
* Remove potential null pointer * Remove potential Null Pointer * Remove potential Null Pointer * Additional clean-ups * Work on soanr issues * Additional cleanups
Configuration menu - View commit details
-
Copy full SHA for a0aa728 - Browse repository at this point
Copy the full SHA a0aa728View commit details
Commits on May 26, 2020
-
* Bugfix/typo package (#168) * Update version to 1.0.0-RC * Rename package to ...metadata.core.edm.mapper.extension * Rename message constants * Correct typos in method names * Rollback change to Optional * Support Include Annotation (#169) * Feature/include annotation (#171) * Support Include Annotation * Increase test coverage transient properties
Configuration menu - View commit details
-
Copy full SHA for cdb6b95 - Browse repository at this point
Copy the full SHA cdb6b95View commit details
Commits on Jun 7, 2020
-
* Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator
Configuration menu - View commit details
-
Copy full SHA for 1ca3554 - Browse repository at this point
Copy the full SHA 1ca3554View commit details
Commits on Jun 20, 2020
-
* Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key
Configuration menu - View commit details
-
Copy full SHA for 3473658 - Browse repository at this point
Copy the full SHA 3473658View commit details -
* Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for 3499dcb - Browse repository at this point
Copy the full SHA 3499dcbView commit details -
* Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for 353e0ff - Browse repository at this point
Copy the full SHA 353e0ffView commit details -
* Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Clean-up sonar issues * Delete intermediate code
Configuration menu - View commit details
-
Copy full SHA for 9fef01f - Browse repository at this point
Copy the full SHA 9fef01fView commit details
Commits on Jun 21, 2020
-
Feature/criteria builder (#178)
* Increase test coverage for criteria builder * Replace double implementation by mocks * Rework vocabulary read * Add method to retrieve all claims * Add README.md and correct spelling errors
Configuration menu - View commit details
-
Copy full SHA for d2a4288 - Browse repository at this point
Copy the full SHA d2a4288View commit details -
Configuration menu - View commit details
-
Copy full SHA for b140624 - Browse repository at this point
Copy the full SHA b140624View commit details
Commits on Oct 16, 2020
-
* Bugfix/typo package (#168) * Update version to 1.0.0-RC * Rename package to ...metadata.core.edm.mapper.extension * Rename message constants * Correct typos in method names * Rollback change to Optional * Support Include Annotation (#169) * Feature/include annotation (#171) * Support Include Annotation * Increase test coverage transient properties * Bugfix/syntax errors (#181) * Feature/release 1.0.0 (#170) * Bugfix/typo package (#168) * Update version to 1.0.0-RC * Rename package to ...metadata.core.edm.mapper.extension * Rename message constants * Correct typos in method names * Rollback change to Optional * Support Include Annotation (#169) * Feature/include annotation (#171) * Support Include Annotation * Increase test coverage transient properties * Bugfix/issue98 (#173) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Bugfix/issue98 (#174) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * sonar issues (#175) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Bugfix/issue98 (#176) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Clean-up sonar issues * Bugfix/issue98 (#177) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Clean-up sonar issues * Delete intermediate code * Feature/criteria builder (#178) * Increase test coverage for criteria builder * Replace double implementation by mocks * Rework vocabulary read * Add method to retrieve all claims * Add README.md and correct spelling errors * Add README.md and correct spelling errors * Correct syntax errors metadata * Clean-up typos * Rework build of OrderBy creation (#183) * Bugfix/syntax errors (#185) * Feature/release 1.0.0 (#170) * Bugfix/typo package (#168) * Update version to 1.0.0-RC * Rename package to ...metadata.core.edm.mapper.extension * Rename message constants * Correct typos in method names * Rollback change to Optional * Support Include Annotation (#169) * Feature/include annotation (#171) * Support Include Annotation * Increase test coverage transient properties * Bugfix/issue98 (#173) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Bugfix/issue98 (#174) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * sonar issues (#175) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Bugfix/issue98 (#176) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Clean-up sonar issues * Bugfix/issue98 (#177) * Support java.time.Instant and BigInteger * Correct issue #98 - Correct typo - Make DatabaseProcessor public * Enhance documentation of transient property calculator * Clean-up sonar issue * Clean-up sonar * Clean-up author * Meaningfull error message on $apply * Service Context creates Emf Wrapper if present in class path * Suppoprt of MappedSuperclass * $top and $skip use order by primary key * Clean-up sonar issues * Clean-up sonar issues * Delete intermediate code * Feature/criteria builder (#178) * Increase test coverage for criteria builder * Replace double implementation by mocks * Rework vocabulary read * Add method to retrieve all claims * Add README.md and correct spelling errors * Add README.md and correct spelling errors * Add README.md and correct spelling errors (#179) * Correct syntax errors metadata * Clean-up typos * Update Version -> 1.0.0 * Usage of builder to create external request context (#187) * Bugfix/continue on error (#189) * Move batch processor from API to PROCESSOR package * Correct continue-on-error handling * Support generated Id in example CUD handler (#190) * Support generated Id in example CUD handler * Correct failing test * Adoption of archetype to 1.0.0 (#191) * Adoption of archetype to 1.0.0 * Correct sql error * Clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for 5e29185 - Browse repository at this point
Copy the full SHA 5e29185View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8e42b89 - Browse repository at this point
Copy the full SHA 8e42b89View commit details
Commits on Nov 22, 2020
-
Feature/criteria builder (#194)
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata
Configuration menu - View commit details
-
Copy full SHA for df194e8 - Browse repository at this point
Copy the full SHA df194e8View commit details -
Feature/criteria builder (#195)
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata * Eliminate duplicate code
Configuration menu - View commit details
-
Copy full SHA for 706b0e0 - Browse repository at this point
Copy the full SHA 706b0e0View commit details
Commits on Nov 24, 2020
-
Feature/criteria builder (#196)
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata * Eliminate duplicate code * Add Locale to request context, so it can be set from user data * Correct request context copy
Configuration menu - View commit details
-
Copy full SHA for c92bd08 - Browse repository at this point
Copy the full SHA c92bd08View commit details
Commits on Nov 25, 2020
-
Feature/criteria builder (#197)
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata * Eliminate duplicate code * Add Locale to request context, so it can be set from user data * Correct request context copy * Missing transient fields at $expand * Add tests
Configuration menu - View commit details
-
Copy full SHA for 918cf9d - Browse repository at this point
Copy the full SHA 918cf9dView commit details
Commits on Nov 30, 2020
-
Feature/criteria builder (#198)
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata * Eliminate duplicate code * Add Locale to request context, so it can be set from user data * Correct request context copy * Missing transient fields at $expand * Add tests * Fix GeneratedKey problem
Configuration menu - View commit details
-
Copy full SHA for cb443ba - Browse repository at this point
Copy the full SHA cb443baView commit details
Commits on Dec 30, 2020
-
Feature/criteria builder (#199)
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata * Eliminate duplicate code * Add Locale to request context, so it can be set from user data * Correct request context copy * Missing transient fields at $expand * Add tests * Fix GeneratedKey problem * Intermediate state * Enable next block of queries * Expand with Join Tables * Last unit test corrections * Eliminate typos * Finalize changes
Configuration menu - View commit details
-
Copy full SHA for 955dbd4 - Browse repository at this point
Copy the full SHA 955dbd4View commit details
Commits on Jan 3, 2021
-
* missing variable usage * Increase processor version
Configuration menu - View commit details
-
Copy full SHA for 999e3b4 - Browse repository at this point
Copy the full SHA 999e3b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for febcbd3 - Browse repository at this point
Copy the full SHA febcbd3View commit details -
Bugfix/no mapper for operations (#202)
* Clean-up Sonar issues * Add test for type mapping for actions and java function + Cleanup test classes
Configuration menu - View commit details
-
Copy full SHA for b000c00 - Browse repository at this point
Copy the full SHA b000c00View commit details -
* Correct criteria builder implementation * Enable sub query as FROM * Update tests * Update sonar issues * Update sonar issue * Add mutation testing to processor and metadata * Eliminate duplicate code * Add Locale to request context, so it can be set from user data * Correct request context copy * Missing transient fields at $expand * Add tests * Fix GeneratedKey problem * Change version to 1.0.1
Configuration menu - View commit details
-
Copy full SHA for a254566 - Browse repository at this point
Copy the full SHA a254566View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for df47af2 - Browse repository at this point
Copy the full SHA df47af2View commit details -
Bugfix/filter eq withdate (#205)
* New version * Support filter on Date and DateTime * Correct precision * Change another test
Configuration menu - View commit details
-
Copy full SHA for 1dfa42f - Browse repository at this point
Copy the full SHA 1dfa42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0c7e2 - Browse repository at this point
Copy the full SHA 6d0c7e2View commit details -
* Us generated alias for column selection * Upgrade version
Configuration menu - View commit details
-
Copy full SHA for a177795 - Browse repository at this point
Copy the full SHA a177795View commit details
Commits on Jan 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47d669e - Browse repository at this point
Copy the full SHA 47d669eView commit details
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3bc5176 - Browse repository at this point
Copy the full SHA 3bc5176View commit details
Commits on Jan 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 231f726 - Browse repository at this point
Copy the full SHA 231f726View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac93dc5 - Browse repository at this point
Copy the full SHA ac93dc5View commit details
Commits on Jan 19, 2021
-
* Clean-up folder name * Create archetype repo * Use copy of spring archetype as start * Enable named queries
Configuration menu - View commit details
-
Copy full SHA for d27c6e6 - Browse repository at this point
Copy the full SHA d27c6e6View commit details
Commits on Jan 24, 2021
-
* Clean-up folder name * Create archetype repo * Use copy of spring archetype as start * Enable named queries * Allow Star for non string claim properties * Add Equals method to DeepProtectedExample
Configuration menu - View commit details
-
Copy full SHA for 5504abd - Browse repository at this point
Copy the full SHA 5504abdView commit details
Commits on Feb 10, 2021
-
* Clean-up folder name * Create archetype repo * Use copy of spring archetype as start * Enable named queries * Allow Star for non string claim properties * Add Equals method to DeepProtectedExample * Enable grant access to all for non string fields read
Configuration menu - View commit details
-
Copy full SHA for 4419f0d - Browse repository at this point
Copy the full SHA 4419f0dView commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d790102 - Browse repository at this point
Copy the full SHA d790102View commit details
Commits on May 17, 2021
-
Support entitytypes singeltons (#216)
* New annotation to make singletons and entity types - Update to olingo 4.8.0 - Deprecate EdmAsEntitySet - Read not ready
Configuration menu - View commit details
-
Copy full SHA for 8c1033c - Browse repository at this point
Copy the full SHA 8c1033cView commit details
Commits on Oct 1, 2021
-
* Update README.md * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 77589e8 - Browse repository at this point
Copy the full SHA 77589e8View commit details
Commits on Oct 3, 2021
-
* Solve issue 136 * Eliminate hyphen
Configuration menu - View commit details
-
Copy full SHA for b2e5318 - Browse repository at this point
Copy the full SHA b2e5318View commit details
Commits on Oct 4, 2021
-
Eliminate WhiteSource detected vulnerabilities (#219)
* Eliminate WhiteSource detected vulnerabilities * Add now required dependency
Configuration menu - View commit details
-
Copy full SHA for c7b300b - Browse repository at this point
Copy the full SHA c7b300bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c59937 - Browse repository at this point
Copy the full SHA 8c59937View commit details
Commits on Oct 5, 2021
-
Support entitytypes singeltons (#221)
* New annotation to make singletons and entity types - Update to olingo 4.8.0 - Deprecate EdmAsEntitySet * Wrong entity type on singleton only * Add java doc to TopLevelElementRepresentation * Finalize singleton metadata handling * Clean-up test classes * Add option to retrieve Singleton from SD * Rename test class
Configuration menu - View commit details
-
Copy full SHA for cbd6ac4 - Browse repository at this point
Copy the full SHA cbd6ac4View commit details
Commits on Oct 7, 2021
-
Support entitytypes singeltons (#222)
* New annotation to make singletons and entity types - Update to olingo 4.8.0 - Deprecate EdmAsEntitySet * Wrong entity type on singleton only * Add java doc to TopLevelElementRepresentation * Finalize singleton metadata handling * Clean-up test classes * Add option to retrieve Singleton from SD * Rename test class * Add and clean-up unit tests
Configuration menu - View commit details
-
Copy full SHA for 8d6f44f - Browse repository at this point
Copy the full SHA 8d6f44fView commit details
Commits on Nov 5, 2021
-
Query extension declaration (#223)
* New annotation to make singletons and entity types - Update to olingo 4.8.0 - Deprecate EdmAsEntitySet * Wrong entity type on singleton only * Add java doc to TopLevelElementRepresentation * Finalize singleton metadata handling * Clean-up test classes * Add option to retrieve Singleton from SD * Rename test class * Add and clean-up unit tests * Introduce query extension metadata * Enable Singleton and Cast on subtypes - clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for 6bdf79f - Browse repository at this point
Copy the full SHA 6bdf79fView commit details
Commits on Nov 7, 2021
-
Support entity types and singletons (#224)
* New annotation to make singletons and entity types - Update to olingo 4.8.0 - Deprecate EdmAsEntitySet * Wrong entity type on singleton only * Add java doc to TopLevelElementRepresentation * Finalize singleton metadata handling * Clean-up test classes * Add option to retrieve Singleton from SD * Rename test class * Add and clean-up unit tests * Introduce query extension metadata * Enable Singleton and Cast on subtypes - clean-up sonar issues * Clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for d53f7f6 - Browse repository at this point
Copy the full SHA d53f7f6View commit details
Commits on Nov 10, 2021
-
Support cast on navigations (#225)
* New annotation to make singletons and entity types - Update to olingo 4.8.0 - Deprecate EdmAsEntitySet * Wrong entity type on singleton only * Add java doc to TopLevelElementRepresentation * Finalize singleton metadata handling * Clean-up test classes * Add option to retrieve Singleton from SD * Rename test class * Add and clean-up unit tests * Introduce query extension metadata * Enable Singleton and Cast on subtypes - clean-up sonar issues * Clean-up sonar issues * Cast within navigation path * Add cast collections * Add tests for EdmBoundCast * Support Cast on $expand
Configuration menu - View commit details
-
Copy full SHA for 545ce73 - Browse repository at this point
Copy the full SHA 545ce73View commit details
Commits on Nov 11, 2021
-
* Update README.md * Update README.md * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for d41ca35 - Browse repository at this point
Copy the full SHA d41ca35View commit details
Commits on Nov 13, 2021
-
Bugfix/no constranis with ignored properties (#227)
* Suppress referential constraint for properties that shall be ignored * No Referential Constraint in case one property shall be ignored
Configuration menu - View commit details
-
Copy full SHA for f4fac3f - Browse repository at this point
Copy the full SHA f4fac3fView commit details
Commits on Nov 15, 2021
-
Bugfix/no constranis with ignored properties (#228)
* Suppress referential constraint for properties that shall be ignored * No Referential Constraint in case one property shall be ignored * Bring back error on ignored
Configuration menu - View commit details
-
Copy full SHA for 8315f15 - Browse repository at this point
Copy the full SHA 8315f15View commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b0c8d3 - Browse repository at this point
Copy the full SHA 7b0c8d3View commit details
Commits on Nov 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06da7d4 - Browse repository at this point
Copy the full SHA 06da7d4View commit details
Commits on Nov 24, 2021
-
Bugfix/multi level inheritance (#232)
* Adopt process-cb * Correct type converter problem * Use dbType for tuple result mapping
Configuration menu - View commit details
-
Copy full SHA for 0ff3ca1 - Browse repository at this point
Copy the full SHA 0ff3ca1View commit details
Commits on Nov 27, 2021
-
Bugfix/multi level inheritance (#233)
* Adopt process-cb * Correct type converter problem * Use dbType for tuple result mapping * Correct constructor test of extension
Configuration menu - View commit details
-
Copy full SHA for d901476 - Browse repository at this point
Copy the full SHA d901476View commit details
Commits on Nov 28, 2021
-
* Correct typos and replace deprecated method * Set final Version
Configuration menu - View commit details
-
Copy full SHA for 2f56e13 - Browse repository at this point
Copy the full SHA 2f56e13View commit details
Commits on Dec 7, 2021
-
* Error corrections - Debugger did not work - Transaction Factory not forwarded * Update release * Make debugger runtime a List
Configuration menu - View commit details
-
Copy full SHA for 938b7a4 - Browse repository at this point
Copy the full SHA 938b7a4View commit details
Commits on Dec 10, 2021
-
* Error corrections - Debugger did not work - Transaction Factory not forwarded * Update release * Make debugger runtime a List * Small adoptions to test model * Reset change
Configuration menu - View commit details
-
Copy full SHA for c779a59 - Browse repository at this point
Copy the full SHA c779a59View commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38eb107 - Browse repository at this point
Copy the full SHA 38eb107View commit details -
* Error corrections - Debugger did not work - Transaction Factory not forwarded * Update release * Make debugger runtime a List * Small adoptions to test model * Reset change * Add test for criteria builder * Error correction
Configuration menu - View commit details
-
Copy full SHA for 47ee683 - Browse repository at this point
Copy the full SHA 47ee683View commit details
Commits on Jan 10, 2022
-
* Update H2 version * Update version and rework DataSourceHelper
Configuration menu - View commit details
-
Copy full SHA for 134eceb - Browse repository at this point
Copy the full SHA 134ecebView commit details -
* Update H2 version * Update version and rework DataSourceHelper * Let H2 run in Postges mode
Configuration menu - View commit details
-
Copy full SHA for e233a65 - Browse repository at this point
Copy the full SHA e233a65View commit details
Commits on Jan 25, 2022
-
Upgrade version and additional tests (#241)
* Upgrade version and additional tests * Remove session context from queries * Remove session context from processors
Configuration menu - View commit details
-
Copy full SHA for 8c669a1 - Browse repository at this point
Copy the full SHA 8c669a1View commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 37d9f27 - Browse repository at this point
Copy the full SHA 37d9f27View commit details -
* New version an sonar clean-up * New path property fro sonar
Configuration menu - View commit details
-
Copy full SHA for 3338374 - Browse repository at this point
Copy the full SHA 3338374View commit details -
* New version an sonar clean-up * New path property fro sonar * Test usage of SNAPSHOT version
Configuration menu - View commit details
-
Copy full SHA for 02b66ba - Browse repository at this point
Copy the full SHA 02b66baView commit details
Commits on Mar 4, 2022
-
Update version -> 1.0.8 (#245)
* Update version -> 1.0.8 * Count queries support Integer as result * Update archetype to support PATCH
Configuration menu - View commit details
-
Copy full SHA for db4bcfc - Browse repository at this point
Copy the full SHA db4bcfcView commit details
Commits on Jun 30, 2022
-
* New version an sonar clean-up * New path property fro sonar * Test usage of SNAPSHOT version * Adopt archetype * Clean-up sonar issues * Resolve more sonar issues * Introducing virtual property * Clean-up associations and enable default columns when using ...-cb
Configuration menu - View commit details
-
Copy full SHA for 84cd240 - Browse repository at this point
Copy the full SHA 84cd240View commit details
Commits on Sep 4, 2022
-
Generate metadata for overloaded action (#248)
* Generate metadata for overloaded action * Process action
Configuration menu - View commit details
-
Copy full SHA for 670d010 - Browse repository at this point
Copy the full SHA 670d010View commit details
Commits on Sep 7, 2022
-
Feature/action overload (#249)
* Generate metadata for overloaded action * Process action * Use constructor of entity type an action is called for not of binding
Configuration menu - View commit details
-
Copy full SHA for 2112bb4 - Browse repository at this point
Copy the full SHA 2112bb4View commit details -
Fix claims in collections where (#250)
* Fix claims in collections where * Missed interface definition * Missed test renaming
Configuration menu - View commit details
-
Copy full SHA for 79b6c56 - Browse repository at this point
Copy the full SHA 79b6c56View commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be57eee - Browse repository at this point
Copy the full SHA be57eeeView commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2325fd7 - Browse repository at this point
Copy the full SHA 2325fd7View commit details
Commits on Sep 14, 2022
-
Feature/more flexable constructor determination operations (#253)
* Enable more constructors for binding parameter * Clean-up sonar errors
Configuration menu - View commit details
-
Copy full SHA for b95824f - Browse repository at this point
Copy the full SHA b95824fView commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 214272b - Browse repository at this point
Copy the full SHA 214272bView commit details
Commits on Sep 19, 2022
-
Collection not longer retrieves transient (#255)
* Collection not longer retrieves transient * Skip unit test
Configuration menu - View commit details
-
Copy full SHA for 0696ebc - Browse repository at this point
Copy the full SHA 0696ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0713c - Browse repository at this point
Copy the full SHA 5d0713cView commit details -
Bugfix/reuse navigation as partner (#257)
* Enhance partner determination * Remove one sonar issue
Configuration menu - View commit details
-
Copy full SHA for 0142d98 - Browse repository at this point
Copy the full SHA 0142d98View commit details
Commits on Sep 20, 2022
-
Bugfix/reuse navigation as partner (#258)
* Enhance partner determination * Remove one sonar issue * Correct partner determination
Configuration menu - View commit details
-
Copy full SHA for 71bac32 - Browse repository at this point
Copy the full SHA 71bac32View commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a4b7dcf - Browse repository at this point
Copy the full SHA a4b7dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ea988 - Browse repository at this point
Copy the full SHA e5ea988View commit details -
Configuration menu - View commit details
-
Copy full SHA for e693797 - Browse repository at this point
Copy the full SHA e693797View commit details
Commits on Sep 28, 2022
-
Bugfix/error in controller test (#262)
* Replace fixed values by variables * Update pom
Configuration menu - View commit details
-
Copy full SHA for cfdf322 - Browse repository at this point
Copy the full SHA cfdf322View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2988b7a - Browse repository at this point
Copy the full SHA 2988b7aView commit details -
* Update archetype pom * Check older version of sonar plugin
Configuration menu - View commit details
-
Copy full SHA for 3a9bd80 - Browse repository at this point
Copy the full SHA 3a9bd80View commit details
Commits on Oct 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8eb51f3 - Browse repository at this point
Copy the full SHA 8eb51f3View commit details
Commits on Nov 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6de32b1 - Browse repository at this point
Copy the full SHA 6de32b1View commit details -
* Change to Java 11 * Revert Java 11
Configuration menu - View commit details
-
Copy full SHA for 734ec8f - Browse repository at this point
Copy the full SHA 734ec8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da93752 - Browse repository at this point
Copy the full SHA da93752View commit details -
Defect/count not working on hana (#271)
* Correct count behavior * Ignore sonar check. Equal methods are generated
Configuration menu - View commit details
-
Copy full SHA for dd3ff96 - Browse repository at this point
Copy the full SHA dd3ff96View commit details
Commits on Nov 20, 2022
-
Defect/java function parameter name (#272)
* Raise meaningful exception on empty function parameter name * Meaningful exception if action parameter name empty
Configuration menu - View commit details
-
Copy full SHA for 97f2208 - Browse repository at this point
Copy the full SHA 97f2208View commit details
Commits on Nov 21, 2022
-
Raise message in case of Void as return type for functions (#273)
* Raise message in case of Void as return type for functions * Add extenstion * Error in if clause
Configuration menu - View commit details
-
Copy full SHA for e488a46 - Browse repository at this point
Copy the full SHA e488a46View commit details
Commits on Dec 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2c3c4a6 - Browse repository at this point
Copy the full SHA 2c3c4a6View commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96f2d50 - Browse repository at this point
Copy the full SHA 96f2d50View commit details
Commits on Dec 22, 2022
-
Feature/predefined annotations (#276)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test
Configuration menu - View commit details
-
Copy full SHA for 10e1dec - Browse repository at this point
Copy the full SHA 10e1decView commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89deaae - Browse repository at this point
Copy the full SHA 89deaaeView commit details
Commits on Jan 15, 2023
-
Feature/predefined annotations (#278)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test * Intermediate state * Clean-up basic mapping and introduce annotation * Finalize annotation mapper
Configuration menu - View commit details
-
Copy full SHA for 614b5ee - Browse repository at this point
Copy the full SHA 614b5eeView commit details -
Feature/predefined annotations (#279)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test * Intermediate state * Clean-up basic mapping and introduce annotation * Finalize annotation mapper * Update dependency
Configuration menu - View commit details
-
Copy full SHA for 11e6aad - Browse repository at this point
Copy the full SHA 11e6aadView commit details -
Feature/predefined annotations (#280)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test * Intermediate state * Clean-up basic mapping and introduce annotation * Finalize annotation mapper * Update dependency * Adopt HSQLDB
Configuration menu - View commit details
-
Copy full SHA for 65d13c8 - Browse repository at this point
Copy the full SHA 65d13c8View commit details
Commits on Feb 12, 2023
-
* Update .xmake.cfg * Update .xmake.cfg
Configuration menu - View commit details
-
Copy full SHA for 56e9763 - Browse repository at this point
Copy the full SHA 56e9763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6e3ff - Browse repository at this point
Copy the full SHA 8f6e3ffView commit details
Commits on Feb 18, 2023
-
Feature/predefined annotations (#282)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test * Intermediate state * Clean-up basic mapping and introduce annotation * Finalize annotation mapper * Update dependency * Adopt HSQLDB * Rename package for vocabulary parser * Move OData vocabularies to new module * Merge tests * Annotations in metadata * Finalize annotations within metadata
Configuration menu - View commit details
-
Copy full SHA for 893d715 - Browse repository at this point
Copy the full SHA 893d715View commit details
Commits on Feb 20, 2023
-
* Update .xmake.cfg * Update .xmake.cfg
Configuration menu - View commit details
-
Copy full SHA for af2b0f2 - Browse repository at this point
Copy the full SHA af2b0f2View commit details
Commits on Apr 28, 2023
-
Feature/predefined annotations (#286)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test * Intermediate state * Clean-up basic mapping and introduce annotation * Finalize annotation mapper * Update dependency * Adopt HSQLDB * Rename package for vocabulary parser * Move OData vocabularies to new module * Merge tests * Annotations in metadata * Finalize annotations within metadata * Support sorting restrictions by annotation * Build annotation based expand check * Expand star via path reads only requested from database * Check countability * Support collection property count * Annotations@Singeltons * Provide AnnotationProvider to all model elements * Enable annotations at properties
Configuration menu - View commit details
-
Copy full SHA for ed3f488 - Browse repository at this point
Copy the full SHA ed3f488View commit details
Commits on May 13, 2023
-
Feature/predefined annotations (#287)
* First list of predefined OData annotations * Update capabilities annotations * Sonar issues * Update dependencies * Adopt layer test * Intermediate state * Clean-up basic mapping and introduce annotation * Finalize annotation mapper * Update dependency * Adopt HSQLDB * Rename package for vocabulary parser * Move OData vocabularies to new module * Merge tests * Annotations in metadata * Finalize annotations within metadata * Support sorting restrictions by annotation * Build annotation based expand check * Expand star via path reads only requested from database * Check countability * Support collection property count * Annotations@Singeltons * Provide AnnotationProvider to all model elements * Enable annotations at properties * Enable access to annotations via JPARequestEntity * Watch filtering
Configuration menu - View commit details
-
Copy full SHA for c0f0967 - Browse repository at this point
Copy the full SHA c0f0967View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dea342b - Browse repository at this point
Copy the full SHA dea342bView commit details
Commits on Jun 10, 2023
-
Solve issue 212 and fix permission check issue with join tables (#289)
* Solve issue 212 and fix permission check issue with join tables * $count for collection join as well * Clean-up code
Configuration menu - View commit details
-
Copy full SHA for 29dd8d0 - Browse repository at this point
Copy the full SHA 29dd8d0View commit details
Commits on Jun 25, 2023
-
Fix issue, converting type (#290)
* Fix issue, converting type * Fix unit test * Correct type determination
Configuration menu - View commit details
-
Copy full SHA for 6cb20b2 - Browse repository at this point
Copy the full SHA 6cb20b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997a704 - Browse repository at this point
Copy the full SHA 997a704View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e87c8c4 - Browse repository at this point
Copy the full SHA e87c8c4View commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05c8926 - Browse repository at this point
Copy the full SHA 05c8926View commit details
Commits on Aug 10, 2023
-
Fix join column determination with cyclic dependency (#295)
* Fix join column determination with cyclic dependency * Additional test for navigation with mapped join table
Configuration menu - View commit details
-
Copy full SHA for 176db5b - Browse repository at this point
Copy the full SHA 176db5bView commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fea8d2 - Browse repository at this point
Copy the full SHA 7fea8d2View commit details
Commits on Sep 4, 2023
-
* Make OneToOne required and handle non JPA Processor errors in metadata * Clean-up warnings
Configuration menu - View commit details
-
Copy full SHA for 7363173 - Browse repository at this point
Copy the full SHA 7363173View commit details
Commits on Sep 5, 2023
-
* Make OneToOne required and handle non JPA Processor errors in metadata * Clean-up warnings * Add check for OneToMany * Clean-up sonar issues
Configuration menu - View commit details
-
Copy full SHA for 68a964f - Browse repository at this point
Copy the full SHA 68a964fView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 256c33d - Browse repository at this point
Copy the full SHA 256c33dView commit details
Commits on Oct 2, 2023
-
Update version to 2.0.0 (#299)
* Update version to 2.0.0 * Unify junit version * Make use of Jakarta * Clean-up sonar issues created by switching to Java 17 * Update dependencies * Update dependencies and clean-up typos * Add unit tests * Increase test coverage
Configuration menu - View commit details
-
Copy full SHA for e3fa961 - Browse repository at this point
Copy the full SHA e3fa961View commit details
Commits on Nov 11, 2023
-
* Update version * Adopt correction done for release * Clean-up archetype * Clean-up error * Add test to check Olingo not supporting $expand...($level=; $expand...) * Note thrown runtime exception
Configuration menu - View commit details
-
Copy full SHA for 091b2b4 - Browse repository at this point
Copy the full SHA 091b2b4View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 005c85a - Browse repository at this point
Copy the full SHA 005c85aView commit details -
* First level of COUNT query as IN * Deletion of JPACollectionFilterQuery
Configuration menu - View commit details
-
Copy full SHA for cf11992 - Browse repository at this point
Copy the full SHA cf11992View commit details
Commits on Nov 27, 2023
-
* First level of COUNT query as IN * Deletion of JPACollectionFilterQuery * Handle null where conditions
Configuration menu - View commit details
-
Copy full SHA for 9fa771b - Browse repository at this point
Copy the full SHA 9fa771bView commit details -
Rename properties file to prevent name clashes (#305)
* Rename properties file to prevent name clashes * Update dependency, resolve conflict with Olingo
Configuration menu - View commit details
-
Copy full SHA for 7b8bc8f - Browse repository at this point
Copy the full SHA 7b8bc8fView commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b799c7 - Browse repository at this point
Copy the full SHA 6b799c7View commit details -
* Clean-up pom and some code * Update dependencies
Configuration menu - View commit details
-
Copy full SHA for 30b7634 - Browse repository at this point
Copy the full SHA 30b7634View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3f1307 - Browse repository at this point
Copy the full SHA c3f1307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0577fa8 - Browse repository at this point
Copy the full SHA 0577fa8View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93a4e79 - Browse repository at this point
Copy the full SHA 93a4e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5904b7c - Browse repository at this point
Copy the full SHA 5904b7cView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 128cf55 - Browse repository at this point
Copy the full SHA 128cf55View commit details
Commits on Jan 7, 2024
-
Extend interface for server driven paging (#313)
* Extend interface for server driven paging * Correct failing tests * Clean-ups * Sonar clean-up * Change default implementation * Enhance paging provider interface * Finalize paging provider
Configuration menu - View commit details
-
Copy full SHA for 23b832a - Browse repository at this point
Copy the full SHA 23b832aView commit details
Commits on Jan 16, 2024
-
Feature/enhancement of paging (#315)
* Extend interface for server driven paging * Correct failing tests * Clean-ups * Sonar clean-up * Change default implementation * Enhance paging provider interface * Finalize paging provider * Use synchronized instead of thread save collections
Configuration menu - View commit details
-
Copy full SHA for 229ee76 - Browse repository at this point
Copy the full SHA 229ee76View commit details -
First version and some clean-ups (#312)
* First version and some clean-ups * Update filter restriction and new query directives
Configuration menu - View commit details
-
Copy full SHA for 5bd45a6 - Browse repository at this point
Copy the full SHA 5bd45a6View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22232b5 - Browse repository at this point
Copy the full SHA 22232b5View commit details
Commits on Jan 30, 2024
-
Feature/annotation api extension (#317)
* First step * Enhancement with path expressions * Re-factor annotation search * Get annotation value from property * Prepare test of EntityType and NavigationProperty * Finalize annotation API
Configuration menu - View commit details
-
Copy full SHA for b67bc6f - Browse repository at this point
Copy the full SHA b67bc6fView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dc289e - Browse repository at this point
Copy the full SHA 6dc289eView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 819b7c0 - Browse repository at this point
Copy the full SHA 819b7c0View commit details
Commits on Feb 17, 2024
-
Fix $count problem with collection properties (#320)
* Fix $count problem with collection properties * Handle navigation filter query for collection properties
Configuration menu - View commit details
-
Copy full SHA for 28e752a - Browse repository at this point
Copy the full SHA 28e752aView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd7b7ec - Browse repository at this point
Copy the full SHA dd7b7ecView commit details
Commits on Feb 27, 2024
-
Defect/use raw uri for vocabularies (#321)
* Update urls * update pom
Configuration menu - View commit details
-
Copy full SHA for ec54a08 - Browse repository at this point
Copy the full SHA ec54a08View commit details
Commits on Feb 28, 2024
-
Defect/use raw uri for vocabularies (#322)
* Update urls * update pom
Configuration menu - View commit details
-
Copy full SHA for 9571aec - Browse repository at this point
Copy the full SHA 9571aecView commit details
Commits on Mar 3, 2024
-
Defect/missing paging expand with cp (#323)
* Introduction of default paging provider * Skip token shall be null
Configuration menu - View commit details
-
Copy full SHA for 900096f - Browse repository at this point
Copy the full SHA 900096fView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd35566 - Browse repository at this point
Copy the full SHA cd35566View commit details
Commits on Mar 26, 2024
-
Defect/eclipse link hana problem (#325)
* Handle LIMIT and OFFSET with TypedQuery * Update default for LIMIT
Configuration menu - View commit details
-
Copy full SHA for 91ebd6e - Browse repository at this point
Copy the full SHA 91ebd6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057bfd4 - Browse repository at this point
Copy the full SHA 057bfd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087c85a - Browse repository at this point
Copy the full SHA 087c85aView commit details -
Merge remote-tracking branch 'jpa-processor/master' into
feature/version-2.1.0
Configuration menu - View commit details
-
Copy full SHA for 2412546 - Browse repository at this point
Copy the full SHA 2412546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7f2bc - Browse repository at this point
Copy the full SHA 3e7f2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06491b7 - Browse repository at this point
Copy the full SHA 06491b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a78e682 - Browse repository at this point
Copy the full SHA a78e682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7947e - Browse repository at this point
Copy the full SHA 9f7947eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa7e2e - Browse repository at this point
Copy the full SHA 2fa7e2eView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c00a7a - Browse repository at this point
Copy the full SHA 8c00a7aView commit details