Use the term "uber jar" in reference documentation and javadoc

Update reference documentation and javadoc to use the term "uber jar"
rather than "fat jar".

Closes gh-37653
This commit is contained in:
Phillip Webb
2023-09-28 13:29:30 -07:00
parent 780f75d5a2
commit 3d6859e80f
13 changed files with 18 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ import org.springframework.util.Assert;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Integration tests loader that supports fat jars.
* Integration tests loader that supports uber jars.
*
* @author Phillip Webb
* @author Moritz Halbritter