Skip to content

Commit

Permalink
Adding test for Spring RMI changes, updated Groovy test to Java
Browse files Browse the repository at this point in the history
  • Loading branch information
zackman0010 committed Apr 16, 2024
1 parent 55f59c8 commit 65d1a15
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 182 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ dependencies {

library("org.springframework:spring-context:4.0.0.RELEASE")
library("org.springframework:spring-aop:4.0.0.RELEASE")
testLibrary("org.springframework:spring-test:4.0.0.RELEASE")
testLibrary("org.springframework.boot:spring-boot:1.1.0.RELEASE")
testLibrary("org.apache.openejb:javaee-api:5.0-1") // Added to test remote-slsb functionality
testLibrary(project(":instrumentation:rmi:bootstrap")) // Used in EJB mock, see comments in springrmi.app.ejb.SpringRmiEjbMock

// rmi remoting was removed in spring 6
latestDepTestLibrary("org.springframework:spring-context:5.+") // documented limitation
Expand Down

This file was deleted.

0 comments on commit 65d1a15

Please sign in to comment.