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

How should I choose a version #109

Open
FIREWOODCUT opened this issue Apr 24, 2024 · 2 comments
Open

How should I choose a version #109

FIREWOODCUT opened this issue Apr 24, 2024 · 2 comments

Comments

@FIREWOODCUT
Copy link

Hello!
Due to the unique nature of the project, I need to lower the Java compiled version from 8 to 7, which has caused some issues. At first, I thought it was a local environmental issue, but later I created an empty project that could be successfully compiled. As I gradually add dependencies, I try to reduce the versions of various dependencies until 'mq jms spring root starter' and find that it seems that all versions do not support Java 7. What should I do?

@ibmmqmet
Copy link
Collaborator

Quite apart from this particular package, which has always required a minimum of Java 8

  • Spring Boot 2 requires Java 8
  • MQ 9.1 onwards requires Java 8

So you might be able to cobble together variants of very old unsupported components, perhaps modifying or recompiling some parts of it yourself. But otherwise, you'll be out of luck.

@FIREWOODCUT
Copy link
Author

Okay, thank you for your reply.

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

2 participants