Re: [I] [FEATURE] Would consider replacing mybatis with hibernate? [gravitino]

2024-11-02 Thread via GitHub


linghengqian commented on issue #4352:
URL: https://github.com/apache/gravitino/issues/4352#issuecomment-2453295083

   - We discussed this at 
https://lists.apache.org/thread/rqmq3t0b31fg3cz7jsm80rzpk18srnts . In an asf 
project, any logic code that uses the hibernate jar needs to be placed in a 
separate maven module or gradle module, and the hibernate dependency itself 
needs to have the `optional` set to `true` in the maven module or gradle module.
   ```xml
   
   org.hibernate.orm
   hibernate-core
   6.6.1.Final
   true
   
   ```
   - Direct replacement of hibernate is not allowed. The logic code related to 
hibernate can only be an optional module.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [FEATURE] Would consider replacing mybatis with hibernate? [gravitino]

2024-08-05 Thread via GitHub


melin commented on issue #4352:
URL: https://github.com/apache/gravitino/issues/4352#issuecomment-2268692394

   EclipseLink can be an alternative


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [FEATURE] Would consider replacing mybatis with hibernate? [gravitino]

2024-08-05 Thread via GitHub


justinmclean commented on issue #4352:
URL: https://github.com/apache/gravitino/issues/4352#issuecomment-2268361169

   They shouldn't see https://github.com/unitycatalog/unitycatalog/issues/75


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [FEATURE] Would consider replacing mybatis with hibernate? [gravitino]

2024-08-05 Thread via GitHub


melin commented on issue #4352:
URL: https://github.com/apache/gravitino/issues/4352#issuecomment-2268341580

   unitycatalog is an Apache license. Why can unitycatalog be used?
   https://github.com/unitycatalog/unitycatalog/?tab=Apache-2.0-1-ov-file#readme


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [FEATURE] Would consider replacing mybatis with hibernate? [gravitino]

2024-08-04 Thread via GitHub


justinmclean commented on issue #4352:
URL: https://github.com/apache/gravitino/issues/4352#issuecomment-2268317090

   Currently, Hibernate is under a GPL license, which is not compatible with 
the Apache license, so it can't be used in ASF software.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [FEATURE] Would consider replacing mybatis with hibernate? [gravitino]

2024-08-04 Thread via GitHub


yuqi1129 commented on issue #4352:
URL: https://github.com/apache/gravitino/issues/4352#issuecomment-2268069594

   @melin 
   Thanks for your attention. This is a valid point; the community is also 
going to support additional databases besides MySQL, H2, like PG, Oracle, and 
so on, and Mybatis, which may not be well-suited for handling multiple 
dialects. 
   
   Would you like to work on this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]