-
Notifications
You must be signed in to change notification settings - Fork 552
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
Spring boot 3 incompatibility #237
Comments
Hi! Oh right; I forgot about that industry change coming. Until your request, I had only heard about it but have yet to see someone ask or in any way truly encounter the matter. I suppose this would be a breaking change; perhaps a major release. |
Hi David, although changes seems lot actual code change might be very minimal since the libraries moved and they did not have lots of version difference compared to what you have in your library. |
I can do a release but I suppose it should be a new major version as it's breaking change. PR's welcome of course. I'm just a maintainer/reviewer these days. |
We are currently migrating an application using this proxy servlet to JakartaEE and are looking for a solution as well. |
I can commit to a release within 2 weeks of when we want it; probably 1 week. It's not hard. Not sure if the major release should also be combining Apache HttpClient 5 which is also major-release worth -- #236 . There is no PR there yet. If we do combine these, is there any concern from you all in that? |
I believe that Apache HttpClient 5 is also important for compatibility with Spring Boot 3. |
Legacy javax servlet-api support is still available via the javax classifier Closes #237 for Spring Boot 3 compatibility --------- Co-authored-by: David Smiley <[email protected]>
Maybe I closed this prematurely. |
@dsmiley Could we possibly release this with the current HttpClient 4.5 as 2.0 for existing users who just need that the JakartaEE change? An update to HttpClient 5.0 could be done in a 2.1 release? |
Yeah... or maybe that would be 3.0 as it's really a large change. |
@dsmiley when can we expect 2.0 , change for JakartaEE to be available? |
Whoops I forgot to this past weekend. I'll try to get to that in the next couple days |
I bumped the minimum Java version to 11 as well. I also deployed a snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/mitre/dsmiley/httpproxy/smiley-http-proxy-servlet/2.0-SNAPSHOT/ Please verify if it works for you. |
I was able to successfully perform a local test with the |
published; see: https://central.sonatype.com/namespace/org.mitre.dsmiley.httpproxy |
Thanks @dsmiley and everyone who worked on the issue. I will close this issue once I have time to try out in our codebase. If you prefer it to stay closed meanwhile, feel free to close. I can open again if the issue somehow persists(hardly think though). |
thanks, @reda-alaoui and @dsmiley for making this happen! |
Hi! We are trying to upgrade our application to Spring Boot 3 and as part of the migration we had to move away from javax to jakarta as all the dependencies moved there. This creates incompatibility with this library since it is still based on javax implementations/classes. Question is, do you plan to release new version which migrates your implementation to jakarta from javax?
The text was updated successfully, but these errors were encountered: