-
Notifications
You must be signed in to change notification settings - Fork 70
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
Create a spring starter to provide bootstrapping required for a spring boot project. #167
Comments
Hey, @praveenpg 👋 Thanks for opening the issue 😄 Great work on the starter! I don't write much Java myself, but the readme looks complete enough that even I would be able to make it work 🙌 In regards to absorbing the starter into this package: The Java client has been written specifically to have a small amount of dependencies, so I don't think we want to absorb into the client. However, we might have some other suggestions if they suit you:
What do you think? ☺ And also, out of my own curiosity: could you tell me how you're using this? Is it for your own sake? Is it for a company? Why do you want the SDK to provide the starter? |
Thank you @thomasheartman , The requirement came as I was evaluating FF4J and Unleash (work related) for feature toggling for our spring boot micro-services. FF4J has good Spring integration while I found this lacking in unleash even though purely from a feature toggle point of view, I prefer Unleash. I feel providing a spring boot starter is the best and the most friction-less way of adapting a library into a spring boot project. This was the main reasoning behind creating this project. I also think this would be useful for others looking to integrate unleash into their spring boot projects. |
I really like the starter. Well done! I think pulling it under the Unleash org would be nice. I haven't reviewed it fully yet, particularly around the |
@checketts Thank you for the feedback. |
@thomasheartman Let me know how I should proceed with this. |
@praveenpg Thanks for picking back up on this! For sure; I'll make sure we figure out a way forward and let you know about it! That said, this week is the company offsite, so I can't promise that we'll get around to it until some time next week, I'm afraid 💁🏼 |
@thomasheartman No problems. Thanks for getting back. |
Hey, @praveenpg 👋🏼 Thanks for waiting! We've discussed this internally, and we would be very happy to move the spring boot starter into the official Unleash repo as long as you're open to maintaining it 🥳 If that's alright with you, you can go ahead and transfer the ownership to Unleash and I think we'll take care of the rest. Does that sound alright? |
@thomasheartman Thanks for getting back to me. Sorry, was on a short vacation. I am open to maintaining the library and keeping it up to date with the latest spring boot version. I will transfer the ownership in a day or 2. |
I don't think I have the permission to transfer ownership. I get the following error. |
Thanks for letting me know! I haven't done it before, but I know @ivarconr has experience with it, so maybe he can provide some input here 😇 |
@praveenpg I got some more input on this! Apparently, the way to go is for you to transfer the ownership to one of us, and then we transfer the ownership to Unleash. It's a little roundabout, but it's what GitHub gives us 🤷🏼 Would you mind transferring the ownership to me and I'll move it over to Unleash? |
@thomasheartman Sure. I will do it over the weekend |
@thomasheartman I have initiated the transfer. |
@praveenpg Thank you! 😄 We might want to rename the repo to indicate that it's a Spring Boot starter, but it should redirect there when we do. With that, I'll close this issue if you don't mind? |
@thomasheartman The groupId many also need to be changed. |
@praveenpg Oh, interesting. I don't know much about Java myself, so I'm not sure how. Would you mind figuring it out and updating it? I think you should have the required permissions already. If not, just let me know 😄 |
@praveenpg Just one further update: I renamed the repo (https://github.com/Unleash/unleash-spring-boot-starter/), renamed the "master" branch to "main", and added a PR for you to have a look at to get things going and help us keep track of things 🎉 |
I will do it this weekend
Regards,
Praveen
…On Thu, Oct 13, 2022 at 4:43 AM Thomas Heartman ***@***.***> wrote:
@praveenpg <https://github.com/praveenpg> Just one further update: I
renamed the repo (https://github.com/Unleash/unleash-spring-boot-starter/),
renamed the "master" branch to "main", and added a PR for you to have a
look at <Unleash/unleash-spring-boot-starter#6>
to get things going and help us keep track of things 🎉
—
Reply to this email directly, view it on GitHub
<#167 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA3A3JVP2NIJX3K4VRSDGTWC7YXZANCNFSM6AAAAAAQGFBRXQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Regards,
Praveen P G
|
Describe the feature request
I want unleash-client-java to provide me a spring boot starter which will create a Unleash instance with a few configurations. I already have a github project which does this. The repo url is https://github.com/praveenpg/unleash-starter. Would this be something the maintainers of this project would be interested in absorbing into this java sdk project?
Background
No response
Solution suggestions
I already have a github project which does this. The repo url is https://github.com/praveenpg/unleash-starter. Would this be something the maintainers of this project would be interested in absorbing into this java sdk project?
Maven central: https://repo1.maven.org/maven2/net/leodb/unleash/
The text was updated successfully, but these errors were encountered: