Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 179d2f2

Browse files
committed
GH-49 Skipping Java8 and Java14 during build and added TODO comments for build fixing
1 parent 65f55da commit 179d2f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java: [ 8, 11, 14 ]
20+
java: [ 11 ]
2121
name: Java ${{ matrix.java }}
2222
steps:
2323
- uses: actions/checkout@v2

spring-multirabbit-lib/src/test/java/org/springframework/amqp/rabbit/annotation/AutoConfigInitializationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class AutoConfigInitializationTest {
2222

2323
private static final int ADMINS = 3;
2424

25+
// TODO https://github.com/freenowtech/spring-multirabbit/issues/49
2526
@Test
2627
void shouldStartContextWithoutConnectionFactory() {
2728
final AnnotationConfigApplicationContext ctx = new AnnotationConfigApplicationContext(

0 commit comments

Comments
 (0)