Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
how2fixbot
/
polygene-java
Public
forked from
apache/polygene-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
polygene-java
libraries
sql
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 17, 2017
Remove SQL Support Sample as it depends on indexing-sql
Show description for c33ef71
eskatos
committed
c33ef71
View commit details
Copy full SHA for c33ef71
View code at this point
Browse repository at this point
Rename entitystore-sql to entitystore-sqlkv
eskatos
committed
3168fdb
View commit details
Copy full SHA for 3168fdb
View code at this point
Browse repository at this point
Commits on Jul 10, 2017
Fixed that Assmeblers tries to warn if assemble() method is forgotten.
niclash
committed
047380a
View commit details
Copy full SHA for 047380a
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
POLYGENE-260 - Fixed the "duplicate should be allowed" for ManyAssociations.
Show description for 0d9e8a1
niclash
committed
0d9e8a1
View commit details
Copy full SHA for 0d9e8a1
View code at this point
Browse repository at this point
Adding a new test suite for persistence, that is somewhat understandable and not totally non-sense. Also, it is a multi-layered application, to ensure that Type Lookups are handled correctly.
Show description for df5fd8a
niclash
committed
df5fd8a
View commit details
Copy full SHA for df5fd8a
View code at this point
Browse repository at this point
Commits on Jun 12, 2017
Removed access to StringIdentity constructor.
Show description for 24fe603
niclash
committed
24fe603
View commit details
Copy full SHA for 24fe603
View code at this point
Browse repository at this point
Commits on May 27, 2017
Merge remote-tracking branch 'origin/develop' into yeoman-work
Show description for 61fe4e7
niclash
committed
61fe4e7
View commit details
Copy full SHA for 61fe4e7
View code at this point
Browse repository at this point
Adding version() and mode() to ApplicationDescriptor
Show description for 6fa99a1
niclash
committed
6fa99a1
View commit details
Copy full SHA for 6fa99a1
View code at this point
Browse repository at this point
Commits on May 22, 2017
Remove AssemblyException from a bunch of methods throws lists
Show description for 4d6d5be
eskatos
committed
4d6d5be
View commit details
Copy full SHA for 4d6d5be
View code at this point
Browse repository at this point
Remove useless explicit assembly of DefaultUoWAssembler in tests
eskatos
committed
c41ebdb
View commit details
Copy full SHA for c41ebdb
View code at this point
Browse repository at this point
Commits on May 15, 2017
:libraries:sql refine
eskatos
committed
0e98474
View commit details
Copy full SHA for 0e98474
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
POLYGENE-153 Fix SQL library tests
eskatos
committed
03324c6
View commit details
Copy full SHA for 03324c6
View code at this point
Browse repository at this point
Finish jooq & liquibase powered SQL ES
Show description for 7a9789e
eskatos
committed
7a9789e
View commit details
Copy full SHA for 7a9789e
View code at this point
Browse repository at this point
New (de)serialization API and SPI & new implementations
Show description for 17b1169
eskatos
committed
17b1169
View commit details
Copy full SHA for 17b1169
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
POLYGENE-184 - Removed NullArgumentException and replaced mostly with Objects.requireNonNull() and a few "if( x.isEmpty() ) throw new IllegalArgumentException();"
niclas
committed
c71f1b2
View commit details
Copy full SHA for c71f1b2
View code at this point
Browse repository at this point
Commits on Jan 22, 2017
Remove various redundant object creations, unused imports etc…
eskatos
committed
9d16d55
View commit details
Copy full SHA for 9d16d55
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
Rename ValueType.mainType() to ValueType.primaryType() for consistency
eskatos
committed
8187f2f
View commit details
Copy full SHA for 8187f2f
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
ZEST-195 ; Clean up the mistakes in the rename.
niclash
committed
b02063b
View commit details
Copy full SHA for b02063b
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
ZEST-195 ; Replace all "zest" with "polygene"
niclash
committed
54b69c4
View commit details
Copy full SHA for 54b69c4
View code at this point
Browse repository at this point
ZEST-195 ; Replace all "zest" with "polygene"
niclash
committed
1c722f4
View commit details
Copy full SHA for 1c722f4
View code at this point
Browse repository at this point
ZEST-195 ; Replace all "Zest" with "Polygene"
niclash
committed
053a882
View commit details
Copy full SHA for 053a882
View code at this point
Browse repository at this point
Commits on Dec 11, 2016
sql: properly propagate SQL exceptions stack traces
Show description for 75b2ce8
eskatos
committed
75b2ce8
View commit details
Copy full SHA for 75b2ce8
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Remove core/functional
Show description for 0b4cca0
eskatos
committed
0b4cca0
View commit details
Copy full SHA for 0b4cca0
View code at this point
Browse repository at this point
entitystores: replace usage of core/io with streams
eskatos
committed
ee1d1ab
View commit details
Copy full SHA for ee1d1ab
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
remove core/io usage from tests & helpers in libraries & extensions
eskatos
committed
a660c71
View commit details
Copy full SHA for a660c71
View code at this point
Browse repository at this point
Commits on Oct 23, 2016
ZEST-180, ZEST-186, ZEST-187, ZEST-188
Show description for 103c59c
niclash
committed
103c59c
View commit details
Copy full SHA for 103c59c
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Some minor formatting and imports fixes
eskatos
committed
ea3f3a6
View commit details
Copy full SHA for ea3f3a6
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Move from commons-dbcp to commons-dbcp2 for sql-dbcp library
eskatos
committed
4d8704f
View commit details
Copy full SHA for 4d8704f
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
ZEST-151 Fix SQL library
eskatos
committed
f718d39
View commit details
Copy full SHA for f718d39
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
ZEST-151 : Ooops, there were dependencies. Took the time to refactor some of the DCI Cargo demo code in the process. Tests passes, but somehow I doubt that it still works in actual runtime. Need to…
Show description for 21baf18
niclash
committed
21baf18
View commit details
Copy full SHA for 21baf18
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Massive update of source file headers, removing author names in line with ASF recommendations.
niclash
committed
b8ee1cf
View commit details
Copy full SHA for b8ee1cf
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
ZEST-136 - Massive changes to the Runtime, refactoring the Model and Instance relationship.
niclash
committed
dedb068
View commit details
Copy full SHA for dedb068
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
ZEST-132, ZEST-97
Show description for a5be013
niclash
committed
a5be013
View commit details
Copy full SHA for a5be013
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
ZEST-118; Massive update of removing the Iterable<> use for type manipulation in the runtime internals and all public APIs of that.
niclash
committed
bd6fbad
View commit details
Copy full SHA for bd6fbad
View code at this point
Browse repository at this point
Commits on Aug 22, 2015
ZEST-113; Removed the use of Specification and replaced with Java 8 Predicate.
niclash
committed
b659ba6
View commit details
Copy full SHA for b659ba6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.