aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/README-1.6.9.adoc
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-15 09:36:18 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-02-15 09:36:18 +0700
commitcbdbba0ab06898cd7ab6d69e33d2db990d8b8799 (patch)
treec3b626837aecc15c53330d6afd68f94d136ff641 /docs/release/README-1.6.9.adoc
parent70fb6131935806f7e2041c5dfd0ac81164670875 (diff)
downloadaspectj-cbdbba0ab06898cd7ab6d69e33d2db990d8b8799.tar.gz
aspectj-cbdbba0ab06898cd7ab6d69e33d2db990d8b8799.zip
Globally replace "http:" by "https:" in non-XML files
Maybe, the XML files and Maven wrapper files will follow. First, let us find out if this breaks the build, maybe some tests are asserting on "http:". But there, the replacement would also have taken place, so probably it just works. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/release/README-1.6.9.adoc')
-rw-r--r--docs/release/README-1.6.9.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/release/README-1.6.9.adoc b/docs/release/README-1.6.9.adoc
index a7923cf01..38d720200 100644
--- a/docs/release/README-1.6.9.adoc
+++ b/docs/release/README-1.6.9.adoc
@@ -82,7 +82,7 @@ Here is an example, 'AspectA' will switch itself off if the type
=== Reduction in class file sizes: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312839[312839]
More details here:
-http://andrewclement.blogspot.com/2010/05/aspectj-size-is-important.html
+https://andrewclement.blogspot.com/2010/05/aspectj-size-is-important.html
but basically some work has been done to improve the serialized form of
aspects. As an example, a compiled Roo petclinic sample (which uses lots
of aspects and ITDs) is down from 1Meg (AspectJ 1.6.9m2) to 630k
@@ -110,7 +110,7 @@ Overweaving can cope with 'other tools' modifying the bytecode in
between AspectJ weaves, whereas reweaving cannot. More details are in
the related bugzilla
https://bugs.eclipse.org/bugs/show_bug.cgi?id=293450[293450] and in this
-http://andrewclement.blogspot.com/2010/05/aspectj-overweaving.html[blog
+https://andrewclement.blogspot.com/2010/05/aspectj-overweaving.html[blog
article]. A weaver is switched into overweaving mode by the option
-Xset:overWeaving=true - which can be specified on the command line or
in the weaver options section of aop.xml. There is still more work to be
@@ -285,7 +285,7 @@ magic:
<repository>
<id>maven.springframework.org</id>
<name>SpringSource snapshots</name>
- <url>http://maven.springframework.org/snapshot</url>
+ <url>https://maven.springframework.org/snapshot</url>
</repository>
....