Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

springboot3 and build native image #1401

Closed
wants to merge 1,335 commits into from
Closed

springboot3 and build native image #1401

wants to merge 1,335 commits into from

Conversation

tomsun28
Copy link
Contributor

@tomsun28 tomsun28 commented Dec 7, 2023

What's changed?

  • springboot3 and build native image

PR here to track the progress, It's not done yet.

Checklist

  • I hereby agree to the terms of the HertzBeat CLA
  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

tomsun28 and others added 30 commits September 6, 2023 12:34
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: tomsun28 <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
zqr10159 and others added 24 commits February 27, 2024 14:27
Signed-off-by: tomsun28 <[email protected]>
Co-authored-by: cuipiheqiuqiu <[email protected]>
Co-authored-by: Logic <[email protected]>
Co-authored-by: tomsun28 <[email protected]>
Signed-off-by: tomsun28 <[email protected]>
Co-authored-by: tomsun28 <[email protected]>
Co-authored-by: cuipiheqiuqiu <[email protected]>
Co-authored-by: Logic <[email protected]>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 5, 2024
@tomsun28
Copy link
Contributor Author

tomsun28 commented Mar 5, 2024

<plugins>
            <plugin>
                <groupId>org.graalvm.buildtools</groupId>
                <artifactId>native-maven-plugin</artifactId>
                <configuration>
                    <mainClass>org.dromara.hertzbeat.manager.Manager</mainClass>
                    <buildArgs>
                        <arg>
                            --no-fallback
                            -H:+ReportExceptionStackTraces
                            --install-exit-handlers
                            --report-unsupported-elements-at-runtime
                            -H:+AddAllCharsets
                            -H:-AddAllFileSystemProviders
                            --trace-class-initialization=oracle.i18n.text.converter.CharacterConverterZHTEUC,ch.qos.logback.core.status.InfoStatus,oracle.i18n.text.converter.CharacterConverterShift,ch.qos.logback.core.status.StatusBase,oracle.i18n.text.converter.CharacterConverterGB18030,ch.qos.logback.classic.Logger,ch.qos.logback.classic.Level,oracle.i18n.text.converter.CharacterConverter1Byte,ch.qos.logback.core.util.StatusPrinter,oracle.i18n.text.converter.CharsetMeta,oracle.i18n.text.converter.CharacterConverterJAEUC,ch.qos.logback.core.util.Loader,oracle.i18n.text.converter.CharacterConverterLC,org.slf4j.LoggerFactory
                        </arg>
                    </buildArgs>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>

@tomsun28 tomsun28 added this to the 1.5.1 milestone Mar 5, 2024
@tomsun28 tomsun28 closed this Mar 11, 2024
@tomsun28 tomsun28 deleted the springboot3 branch March 18, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed new feature size:L This PR changes 100-499 lines, ignoring generated files. task
Projects
None yet
Development

Successfully merging this pull request may close these issues.