summaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Bump guava minor from 32.1.2 = > 32.1.3Henning Baldersheim2023-10-111-1/+1
|
* Expect guava 32.1.2Henning Baldersheim2023-08-301-1/+1
|
* Update exportPackages.properties for guava 32.1.1gjoranv2023-07-101-2/+2
|
* Expect no openai-client packagesJon Bratseth2023-06-141-2/+2
|
* Updating exportPackages.properties after mvn installHåkon Hallingstad2023-06-131-2/+2
|
* Updating exportPackages.propertiesHåkon Hallingstad2023-06-131-2/+2
|
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-2/+2
|
* Put the openai client in a separate componentJon Bratseth2023-04-251-2/+2
|
* Export refcount packageBjørn Christian Seime2023-02-281-1/+1
|
* Add test to properly verify all exported packages from jdisc_coregjoranv2022-07-201-0/+3
- The integration test generates exportPackages.properties in the same way as the maven execution, reading all the embedded bundles that we re-export packages for. - The failure message shows the difference between expected and actual packages, and a command to reset the expected set in case the change was intentional. - Remove the now obsolete ExportPackagesTestCase.