mybatis / spring-boot-starter

MyBatis integration with Spring Boot
Apache License 2.0
4.13k stars 1.79k forks source link

mybatis-spring jar is published in maven central repo? #775

Closed agongi closed 1 year ago

agongi commented 1 year ago

Hello, Im facing problem to apply mybatis-spring to 2.3.x from 2.1.x. but there is no deployed jar but found in releases/tags

is it intended not to support 2.3.x in public? (means 2.1.0 or 3.0.x are only recommended)

hazendaz commented 1 year ago

Spring boot starter is a separate versioned product the mapping is showing what needs to match between the two. So mybatis spring 2.1.0 if using spring boot goes with starter 2.3.0.

All current tagged releases are out both in tagging the releases on github with release drafted as well as in central. The only non released at the moment as compared to commits is the boot starter 3.0.1 which is in progress due to javadoc issues but will be out this weekend.

Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Suktae Choi @.> Sent: Wednesday, December 14, 2022 2:36:04 AM To: mybatis/spring-boot-starter @.> Cc: Subscribed @.***> Subject: [mybatis/spring-boot-starter] mybatis-spring jar is published in maven central repo? (Issue #775)

Hello, Im facing problem to apply mybatis-spring to 2.3.x from 2.1.x. but there is no deployed jar but found in releases/tags

[Screenshot 2022-12-14 at 16 33 28]https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F5780627%2F207533479-433b21b1-58b3-4ec8-81fd-2b7b644f9e52.png&data=05%7C01%7C%7C14d0ca7b83ca4f42294c08dadda5db62%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638066001669170409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=0TcOeg4o%2F78OtjXYw05Pna4fuxYkL6s1hxvIDLkLRfo%3D&reserved=0

[Screenshot 2022-12-14 at 16 33 34]https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F5780627%2F207533519-7119aa05-613b-4a06-950a-d92c67b211ea.png&data=05%7C01%7C%7C14d0ca7b83ca4f42294c08dadda5db62%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638066001669170409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=TzSAhXDfCcYxMrzY1%2FNAheda%2BIF3Kb9PsaIHFA0Ehi8%3D&reserved=0

is it intended not to support 2.3.x in public? (means 2.1.0 or 3.0.x are only recommended)

— Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmybatis%2Fspring-boot-starter%2Fissues%2F775&data=05%7C01%7C%7C14d0ca7b83ca4f42294c08dadda5db62%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638066001669170409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=XPCpT0CZQ7OijfzgbjsTJG2x70u0tV1zynPy7UX8Ii8%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAHODI6Y65HQ3KPGS4IMQUTWNF2GJANCNFSM6AAAAAAS6D2H7A&data=05%7C01%7C%7C14d0ca7b83ca4f42294c08dadda5db62%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638066001669170409%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Iq2JGyc%2BuYmS6OnKa%2Bt81EZVPZI7%2BG4GCJN0nCYWS7k%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.***>

agongi commented 1 year ago

👍 thank you for answering