Skip to content

batch reflection hint 추가#459

Merged
asp345 merged 21 commits intodevelopfrom
fix/batch-native
Jan 2, 2026
Merged

batch reflection hint 추가#459
asp345 merged 21 commits intodevelopfrom
fix/batch-native

Conversation

@asp345
Copy link
Member

@asp345 asp345 commented Jan 2, 2026

agent로 만들었는데 양이 너무 많긴 하네
CP1252 charset 없다는 오류 떠서 -H:+AddAllCharsets 추가했고

@asp345 asp345 requested review from a team and PFCJeong as code owners January 2, 2026 04:33
@asp345 asp345 requested review from Hank-Choi, davin111 and eastshine2741 and removed request for a team January 2, 2026 04:33
Copy link
Member

@Hank-Choi Hank-Choi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엥 어디서 터지는거임?
쓸데없는거 엄청 많은듯?
com.fasterxml.jackson은 annotation 빼고는 다 사라진거고 이외에도 reflection 안쓰는게 태반이긴한데

@asp345 asp345 marked this pull request as draft January 2, 2026 05:57
@asp345 asp345 force-pushed the fix/batch-native branch 2 times, most recently from 70ef4a0 to cfe13e1 Compare January 2, 2026 06:55
@asp345 asp345 marked this pull request as ready for review January 2, 2026 08:22
@asp345
Copy link
Member Author

asp345 commented Jan 2, 2026

@Hank-Choi 이제 잘 돌아가는듯

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" }
]
}
}

이걸로도 충분한 것 같은데? 아닌가?

@asp345
Copy link
Member Author

asp345 commented Jan 2, 2026

lint에 오타 있었어서 이것도 수정

@asp345 asp345 merged commit acfe95a into develop Jan 2, 2026
2 checks passed
@asp345 asp345 deleted the fix/batch-native branch January 2, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants