Remove references to codehaus.org
Issue: SPR-13129
This commit is contained in:
@@ -1095,7 +1095,7 @@ ternary operator.
|
||||
[[expressions-operator-elvis]]
|
||||
=== The Elvis Operator
|
||||
The Elvis operator is a shortening of the ternary operator syntax and is used in the
|
||||
http://groovy.codehaus.org/Operators#Operators-ElvisOperator(%3F%3A)[Groovy] language.
|
||||
http://www.groovy-lang.org/operators.html#_elvis_operator[Groovy] language.
|
||||
With the ternary operator syntax you usually have to repeat a variable twice, for
|
||||
example:
|
||||
|
||||
@@ -1144,7 +1144,7 @@ Here is a more complex example.
|
||||
[[expressions-operator-safe-navigation]]
|
||||
=== Safe Navigation operator
|
||||
The Safe Navigation operator is used to avoid a `NullPointerException` and comes from
|
||||
the http://groovy.codehaus.org/Operators#Operators-SafeNavigationOperator(%3F.)[Groovy]
|
||||
the http://www.groovy-lang.org/operators.html#_safe_navigation_operator[Groovy]
|
||||
language. Typically when you have a reference to an object you might need to verify that
|
||||
it is not null before accessing methods or properties of the object. To avoid this, the
|
||||
safe navigation operator will simply return null instead of throwing an exception.
|
||||
|
||||
@@ -7046,7 +7046,7 @@ Available attributes are:
|
||||
XStream is a simple library to serialize objects to XML and back again. It does not
|
||||
require any mapping, and generates clean XML.
|
||||
|
||||
For more information on XStream, refer to the http://xstream.codehaus.org/[__XStream
|
||||
For more information on XStream, refer to the http://x-stream.github.io/[__XStream
|
||||
web site__]. The Spring integration classes reside in the
|
||||
`org.springframework.oxm.xstream` package.
|
||||
|
||||
|
||||
@@ -876,13 +876,6 @@ proxy will take care of forwarding the call to the server-side object via JMS.
|
||||
}
|
||||
----
|
||||
|
||||
You may also wish to investigate the support provided by the
|
||||
http://lingo.codehaus.org/[Lingo] project, which (to quote the homepage blurb) "__... is
|
||||
a lightweight POJO based remoting and messaging library based on the Spring Framework's
|
||||
remoting libraries which extends it to support JMS.__"
|
||||
|
||||
|
||||
|
||||
|
||||
[[remoting-amqp]]
|
||||
=== AMQP
|
||||
@@ -8039,8 +8032,8 @@ in the Spring Framework.
|
||||
Find below links to further resources about the various dynamic languages described in
|
||||
this chapter.
|
||||
|
||||
* The http://jruby.codehaus.org/[JRuby] homepage
|
||||
* The http://groovy.codehaus.org/[Groovy] homepage
|
||||
* The http://jruby.org/[JRuby] homepage
|
||||
* The http://www.groovy-lang.org/[Groovy] homepage
|
||||
* The http://www.beanshell.org/[BeanShell] homepage
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user