You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/01/10 09:57:25 UTC

[GitHub] [incubator-inlong] liaorui opened a new issue #2130: [Bug] `sort` occurs ClassNotFoundException: og.objenesis..ClassUtils

liaorui opened a new issue #2130:
URL: https://github.com/apache/incubator-inlong/issues/2130


   ### What happened
   
   <img width="1859" alt="wecom-temp-43d757d1e8da72283631423407304ac4" src="https://user-images.githubusercontent.com/2731242/148746662-9a57908a-db76-4870-9e6a-6dbe1b685d62.png">
   
   
   ### What you expected to happen
   
   `inlong-sort/pom.xml` import mockito-core, but scope is `test`.   `objenesis` will not be packaged in final all-in-one jar.
   
   ```
   <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <version>${mockito.version}</version>
       <scope>test</scope>
   </dependency>
   ```
   
   ### How to reproduce
   
   just pull the latest master code, packages, and run sort-core-***.jar in Flink, the error will occur.
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Sort
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang closed issue #2130: [Bug] inlong-sort occurs `ClassNotFoundException: og.objenesis..ClassUtils`

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #2130:
URL: https://github.com/apache/incubator-inlong/issues/2130


   


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org