mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Update Java documentation links to Java 11
Where possible update Java documentation links to Java 11. Additionally update some other links to use HTTPS.
This commit is contained in:
@@ -66,7 +66,7 @@ explicit wiring.</p>
|
||||
|
||||
<li>
|
||||
Spring Framework Reference Documentation 3.0:
|
||||
<a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-autowired-exceptions">3.4.5.1 Limitations and disadvantages of autowiring</a>.
|
||||
<a href="https://docs.spring.io/spring-framework/docs/3.0.x/spring-framework-reference/html/beans.html#beans-autowired-exceptions">3.4.5.1 Limitations and disadvantages of autowiring</a>.
|
||||
</li>
|
||||
<li>
|
||||
ONJava:
|
||||
|
||||
@@ -32,7 +32,7 @@ whose <code>constructor-arg</code> elements use type matching.</p>
|
||||
|
||||
<li>
|
||||
Spring Framework Reference Documentation 3.0:
|
||||
<a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-constructor-injection">3.4.1.1 Constructor-based dependency injection</a>.
|
||||
<a href="https://docs.spring.io/spring-framework/docs/3.0.x/spring-framework-reference/html/beans.html#beans-constructor-injection">3.4.1.1 Constructor-based dependency injection</a>.
|
||||
</li>
|
||||
<li>
|
||||
ONJava:
|
||||
|
||||
@@ -47,7 +47,7 @@ the bean configuration is followed by the class definition.</p>
|
||||
|
||||
<li>
|
||||
Martin Fowler:
|
||||
<a href="http://martinfowler.com/articles/injection.html">Inversion of Control Containers and the Dependency Injection pattern</a>.
|
||||
<a href="https://martinfowler.com/articles/injection.html">Inversion of Control Containers and the Dependency Injection pattern</a>.
|
||||
</li>
|
||||
<li>
|
||||
ONJava:
|
||||
@@ -55,12 +55,12 @@ ONJava:
|
||||
</li>
|
||||
<li>
|
||||
Spring Framework Reference Documentation 3.0:
|
||||
<a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-constructor-injection">3.4.1.1 Constructor-based dependency injection</a>,
|
||||
<a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-setter-injection">3.4.1.2 Setter-based dependency injection</a>.
|
||||
<a href="https://docs.spring.io/spring-framework/docs/3.0.x/spring-framework-reference/html/beans.html#beans-constructor-injection">3.4.1.1 Constructor-based dependency injection</a>,
|
||||
<a href="https://docs.spring.io/spring-framework/docs/3.0.x/spring-framework-reference/html/beans.html#beans-setter-injection">3.4.1.2 Setter-based dependency injection</a>.
|
||||
</li>
|
||||
<li>
|
||||
SpringSource:
|
||||
<a href="http://blog.springsource.org/2007/07/11/setter-injection-versus-constructor-injection-and-the-use-of-required/">Setter injection versus constructor injection and the use of @Required</a>.
|
||||
<a href="https://spring.io/blog/2007/07/11/setter-injection-versus-constructor-injection-and-the-use-of-required/">Setter injection versus constructor injection and the use of @Required</a>.
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user