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

支持 springboot 3.x 有时间计划嘛? #262

Closed
yuyang807 opened this issue Nov 21, 2023 · 8 comments
Closed

支持 springboot 3.x 有时间计划嘛? #262

yuyang807 opened this issue Nov 21, 2023 · 8 comments

Comments

@yuyang807
Copy link

@wey-gu @CorvusYe @shbone 或者说这个现在 有在开发调试的公共分支嘛?

@CorvusYe
Copy link
Collaborator

这两天有时间,顺利的话可能下周会以一个新分支的形式出现,但因为现在版本的发布流程还有一点问题,可能没有办法太快发布到maven仓库

@wey-gu
Copy link
Member

wey-gu commented Nov 21, 2023

@CorvusYe 大叶老师您要基于 #217 还是新开坑?♥️

@CorvusYe
Copy link
Collaborator

@wey-gu 会在#217 的基础上做一些完善性的工作,包括合并现在主分支的最新功能

@wey-gu
Copy link
Member

wey-gu commented Nov 21, 2023

Awesome, take your time!!! ♥️

@yuyang807
Copy link
Author

这两天有时间,顺利的话可能下周会以一个新分支的形式出现,但因为现在版本的发布流程还有一点问题,可能没有办法太快发布到maven仓库

棒棒哒~

@CorvusYe CorvusYe mentioned this issue Nov 21, 2023
@CorvusYe
Copy link
Collaborator

@yuyang807
目前针对 jdk17 的快照版已经发布,release 版本也在争取近期完成发布。

    <repositories>
        <repository>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
                <checksumPolicy>warn</checksumPolicy>
            </snapshots>
            <id>ossrh</id>
            <name>Nexus Snapshot Repository</name>
            <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
        </repository>
    </repositories>
    <dependency>
      <groupId>org.nebula-contrib</groupId>
      <artifactId>ngbatis</artifactId>
      <version>1.2.0-jdk17-SNAPSHOT</version>
    </dependency>

@CorvusYe
Copy link
Collaborator

@yuyang807
java17 springboot3.x的版本已经发布,这个issue先关了哈

<dependency>
    <groupId>org.nebula-contrib</groupId>
    <artifactId>ngbatis</artifactId>
    <version>1.2.0-jdk17</version>
 </dependency>

@wey-gu
Copy link
Member

wey-gu commented Dec 18, 2023

amazing🫡🎉

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

No branches or pull requests

3 participants