opentiny / opentiny/tiny-engine-backend-java
🐛 [Bug]: 文档里显示使用java1.8,但是实际为什么是用java17 ?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 114
- Forks
- 89
- Avg merge
- 12d 23h
- Merged PRs (30d)
- 1
Description
Environment
wfp163
Version
develop
Version
develop
Link to minimal reproduction
按照文档说明:https://opentiny.design/tiny-engine#/help-center/course/dev/server-deployment-solution-java,
上说使用java1.8的配置,打包时总提醒[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project tiny-engine-base: Fatal error compiling: 无效的标记: --release ->,仔细查找了项目下的pom文件发现是用的<java.version>17</java.version>,修改成java17后,打包成功!
Step to reproduce
1112
What is expected
No response
What is actually happening
No response
Any additional comments (optional)
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked server-deployment documentation and inspect the project pom files, especially the java.version setting and compiler configuration. Confirm which Java version the current build requires, then align the deployment documentation with that requirement and verify that packaging follows the documented setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100