pressing-buttons opened a new issue, #8630: URL: https://github.com/apache/netbeans/issues/8630
### Apache NetBeans version Apache NetBeans 26 ### What happened Spring (Boot) allows to write "indexed" properties, which can be accessed as Maps. Consider the following lines in a properties ``` myapp.configMap[one].name=First one myapp.configMap[one].counter=1 myapp.configMap[two].name=Second one myapp.configMap[two].counter=2 ``` Although those aren't valid properties for a standard Java .properties file, they are valid for Spring (Boot). The editor marks those lines as erroneous even if the Spring plugin is installed ### Language / Project Type / NetBeans Component Java Gradle project ### How to reproduce I have attached a simple Gradle project. When starting it, you can see that the properties file is processed correctly. But the editor shows errors when opening application.properties [props.zip](https://github.com/user-attachments/files/20997157/props.zip)  ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 ### JDK Open JDK 21 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else Installed Plugins: NB SpringBoot, version 3.1 Spring Beans, version 1.68.0.1 Spring Web MVC, version 1.64 Java EE Base, version 1.56 ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
