Spring Projects Issues

Results 1177 comments of Spring Projects Issues

**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented [Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller), is this issue a duplicate of #18289?

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented Not necessarily: This one is about shipping explicit `module-info.java` files in our own jars, and is rather unlikely to happen at this point since we cannot express...

**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented OK. I see the differences between the two issues now. Thanks for the clarification!

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented The Jigsaw page has just been updated with a proposal towards optional dependencies: http://openjdk.java.net/projects/jigsaw/spec/issues/#CompileTimeDependences

**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented > while still keeping them compatible with JDK 9 Is that supposed to say "JDK 8"?

**[Grigory Kislin](https://jira.spring.io/secure/ViewProfile.jspa?name=gkislin)** commented `Hello!` Are module-info.java planned to add in Spring 5.1, as was announced in video [Spring Framework 5.0 on JDK 8 & 9|https://www.youtube.com/watch?v=0-sbPBf81KA]`? In recent 5.1.RC2 version they...

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented This issue is marked as "General Backlog", indicating that we won't deal with it for 5.1 (otherwise it'd be marked for 5.1 GA still) and probably not...

**[yboompook](https://jira.spring.io/secure/ViewProfile.jspa?name=yboompook)** commented I tried to jlink my project with moditect (maven plugin to add module-info to dependencies that don't have one), java-11. I pass throw lot's of problem and it...

**[Chris Beams](https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams)** commented Hi Tomasz, Reading through the linked forum thread, Marten's suggestion hits the nail on the head > The problem here, imho, is that you are mixing bean...

**[Niklas Schlimm](https://jira.spring.io/secure/ViewProfile.jspa?name=niklas)** commented Hi Chris, we're currently working on a migration of over 50 web applications to SpringIOC. Startup time is a big issue 'cause we need quick startup during...