Skip to content

Commit 7c10e61

Browse files
authored
Merge branch 'eugenp:master' into master
2 parents 98fa030 + 8a31780 commit 7c10e61

File tree

3,309 files changed

+39370
-20613
lines changed

Some content is hidden

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

3,309 files changed

+39370
-20613
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ out/
2929
# Mac
3030
.DS_Store
3131

32+
# Quarkus
33+
.quarkus/
34+
3235
# Maven
3336
log/*
3437
target/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Profile-based segregation
3636

3737
We use Maven build profiles to segregate the huge list of individual projects in our repository.
3838

39-
The projects are broadly divided into 4 lists: default, default-jdk17, default-jdk8 and default-heavy.
39+
The projects are broadly divided into 6 lists: default, default-jdk17, default-jdk22, default-jdk23, default-jdk8 and default-heavy.
4040

4141
Next, they are segregated further based on the tests that we want to execute.
4242

4343
We also have a parents profile to build only parent modules.
4444

45-
Therefore, we have a total of 9 profiles:
45+
Therefore, we have a total of 13 profiles:
4646

4747
| Profile | Includes | Type of test enabled |
4848
|-------------------|-----------------------------|----------------------|

akka-modules/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

akka-modules/akka-actors/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

akka-modules/akka-http/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

akka-modules/akka-http/src/test/java/com/baeldung/akkahttp/UserServerUnitTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public class UserServerUnitTest extends JUnitRouteTest {
1919

2020
TestRoute appRoute = testRoute(new UserServer(userActorRef).routes());
2121

22-
@Ignore
2322
@Test
2423
public void whenRequest_thenActorResponds() {
2524

akka-modules/akka-streams/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

akka-modules/spring-akka/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

algorithms-modules/algorithms-genetic/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

algorithms-modules/algorithms-miscellaneous-1/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)