Conversation
39bdc35 to
40fe15d
Compare
40fe15d to
cf5c945
Compare
Hank-Choi
reviewed
Jan 2, 2026
Member
Hank-Choi
left a comment
There was a problem hiding this comment.
엥 어디서 터지는거임?
쓸데없는거 엄청 많은듯?
com.fasterxml.jackson은 annotation 빼고는 다 사라진거고 이외에도 reflection 안쓰는게 태반이긴한데
70ef4a0 to
cfe13e1
Compare
Closed
…ch-native # Conflicts: # batch/src/main/kotlin/common/config/BatchJobConfig.kt
This reverts commit d4805b5.
Member
Author
|
@Hank-Choi 이제 잘 돌아가는듯 |
Hank-Choi
approved these changes
Jan 2, 2026
Comment on lines
1
to
23
| { | ||
| "bundles": [ | ||
| { | ||
| "name": "org.apache.xmlbeans.impl.regex.message" | ||
| } | ||
| ], | ||
| "resources": { | ||
| "includes": [ | ||
| { | ||
| "pattern": "org/apache/xmlbeans/impl/regex/message.*\\.properties" | ||
| }, | ||
| { | ||
| "pattern": "org/apache/xmlbeans/metadata/system/.*" | ||
| }, | ||
| { | ||
| "pattern": "org/apache/poi/schemas/ooxml/system/ooxml/.*" | ||
| }, | ||
| { | ||
| "pattern": "org/openxmlformats/schemas/.*" | ||
| } | ||
| ] | ||
| } | ||
| } No newline at end of file |
Member
There was a problem hiding this comment.
Suggested change
| { | |
| "bundles": [ | |
| { | |
| "name": "org.apache.xmlbeans.impl.regex.message" | |
| } | |
| ], | |
| "resources": { | |
| "includes": [ | |
| { | |
| "pattern": "org/apache/xmlbeans/impl/regex/message.*\\.properties" | |
| }, | |
| { | |
| "pattern": "org/apache/xmlbeans/metadata/system/.*" | |
| }, | |
| { | |
| "pattern": "org/apache/poi/schemas/ooxml/system/ooxml/.*" | |
| }, | |
| { | |
| "pattern": "org/openxmlformats/schemas/.*" | |
| } | |
| ] | |
| } | |
| } | |
| { | |
| "resources": { | |
| "includes": [ | |
| { "pattern": "org/apache/xmlbeans/.*\\.properties" }, | |
| { "pattern": "org/apache/.*\\.xsb" } | |
| ] | |
| } | |
| } |
이걸로도 충분한 것 같은데? 아닌가?
Member
Author
|
lint에 오타 있었어서 이것도 수정 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
agent로 만들었는데 양이 너무 많긴 하네
CP1252 charset 없다는 오류 떠서 -H:+AddAllCharsets 추가했고