Skip to content

Commit b982ff6

Browse files
authored
Merge pull request #226 from javaevolved/brunoborges-update-social-domain
Update social posts to javaevolved.dev
2 parents 25b5393 + d957827 commit b982ff6

136 files changed

Lines changed: 136 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

html-generators/generatesocialqueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
static final String QUEUE_FILE = SOCIAL_DIR + "/queue.txt";
2323
static final String TWEETS_DIR = SOCIAL_DIR + "/tweets";
2424
static final String STATE_FILE = SOCIAL_DIR + "/state.yaml";
25-
static final String BASE_URL = "https://javaevolved.github.io";
25+
static final String BASE_URL = "https://javaevolved.dev";
2626
static final int MAX_TWEET_LENGTH = 280;
2727

2828
static final ObjectMapper YAML_MAPPER = new ObjectMapper(new YAMLFactory());

social/tweets/collections/collection-bulk-operations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Manual iterator removal → Collection.removeIf() (JDK 8+)
77
8-
🔗 https://javaevolved.github.io/collections/collection-bulk-operations.html
8+
🔗 https://javaevolved.dev/collections/collection-bulk-operations.html
99
1010
#Java #JavaEvolved

social/tweets/collections/collectors-teeing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Two Passes → teeing() (JDK 12+)
77
8-
🔗 https://javaevolved.github.io/collections/collectors-teeing.html
8+
🔗 https://javaevolved.dev/collections/collectors-teeing.html
99
1010
#Java #JavaEvolved

social/tweets/collections/comparator-factories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Anonymous Comparator → Comparator factories (JDK 8+)
77
8-
🔗 https://javaevolved.github.io/collections/comparator-factories.html
8+
🔗 https://javaevolved.dev/collections/comparator-factories.html
99
1010
#Java #JavaEvolved

social/tweets/collections/copying-collections-immutably.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Manual Copy + Wrap → List.copyOf() (JDK 10+)
77
8-
🔗 https://javaevolved.github.io/collections/copying-collections-immutably.html
8+
🔗 https://javaevolved.dev/collections/copying-collections-immutably.html
99
1010
#Java #JavaEvolved

social/tweets/collections/immutable-list-creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Verbose Wrapping → List.of() (JDK 9+)
77
8-
🔗 https://javaevolved.github.io/collections/immutable-list-creation.html
8+
🔗 https://javaevolved.dev/collections/immutable-list-creation.html
99
1010
#Java #JavaEvolved

social/tweets/collections/immutable-map-creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Map Builder Pattern → Map.of() (JDK 9+)
77
8-
🔗 https://javaevolved.github.io/collections/immutable-map-creation.html
8+
🔗 https://javaevolved.dev/collections/immutable-map-creation.html
99
1010
#Java #JavaEvolved

social/tweets/collections/immutable-set-creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Verbose Wrapping → Set.of() (JDK 9+)
77
8-
🔗 https://javaevolved.github.io/collections/immutable-set-creation.html
8+
🔗 https://javaevolved.dev/collections/immutable-set-creation.html
99
1010
#Java #JavaEvolved

social/tweets/collections/legacy-synchronized-collections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
Hashtable → ConcurrentHashMap (JDK 5+)
77
8-
🔗 https://javaevolved.github.io/collections/legacy-synchronized-collections.html
8+
🔗 https://javaevolved.dev/collections/legacy-synchronized-collections.html
99
1010
#Java #JavaEvolved

social/tweets/collections/map-compute-and-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ text: |-
55
66
get() + null check + put() → computeIfAbsent() (JDK 8+)
77
8-
🔗 https://javaevolved.github.io/collections/map-compute-and-merge.html
8+
🔗 https://javaevolved.dev/collections/map-compute-and-merge.html
99
1010
#Java #JavaEvolved

0 commit comments

Comments
 (0)