mbien commented on PR #8642:
URL: https://github.com/apache/netbeans/pull/8642#issuecomment-3135834827

   seems to work but there is probably another problem somewhere.
   
   if you switch the dependency, it won't find the javadoc until the project is 
reopened or NB is restarted.
   
   try:
   ```xml
           <dependency>
               <groupId>jakarta.servlet</groupId>
               <artifactId>jakarta.servlet-api</artifactId>
               <version>4.0.2</version>
           </dependency>
   ```
   
   and open doc for `jakarta.servlet.AsyncContext` which should work
   
   now switch to:
   
   ```xml
           <dependency>
               <groupId>jakarta.servlet</groupId>
               <artifactId>jakarta.servlet-api</artifactId>
               <version>6.1.0</version>
           </dependency>
   ```
   
   and repeat and it doesn't work until project is reopened.


-- 
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

Reply via email to