Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the jMonkeyEngine SDK to support version 3.8.1 and updates the copyright year to 2026.
- Adds JME 3.8.1 as a new version option for Gradle-based projects
- Includes patch notes documenting the changes in 3.8.1 (PBR instancing test and bug fix)
- Updates version references and copyright information
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
jme3-templates/src/com/jme3/gde/templates/gradledesktop/options/JMEVersion.java |
Adds JME_3_8_1 enum entry with proper ordering (newest version first) and reference to patch notes |
jme3-templates/src/com/jme3/gde/templates/files/patchnotes/381-stable.html |
New HTML file documenting the two key changes in 3.8.1: PBR instancing test and bug fix for PBRLighting.j3md |
gradle.properties |
Updates jmeVersion property from 3.8.0 to 3.8.1 |
branding/modules/org-netbeans-core.jar/org/netbeans/core/ui/Bundle.properties |
Updates copyright year from 2025 to 2026 |
The changes are clean and consistent with the established patterns in the codebase. The enum entry is correctly placed at the top (newest version first), the patch notes follow the standard HTML format used in the project, and all version references have been updated appropriately.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #688