aboutsummaryrefslogtreecommitdiffstats
path: root/document/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use Guice 6.0Bjørn Christian Seime2023-09-041-1/+1
| | | | | | https://github.com/google/guice/wiki/Guice600 We cannot upgrade to 7.x as we export javax.inject from container. 6.x supports both the old javax.inject and the new jakarta.inject replacement.
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+1
|
* Remove unnecessary shade-plugingjoranv2022-04-081-20/+0
| | | | - The fat jar is not installed or referred to anywhere.
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+4
|
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-4/+2
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* enable cast lintingArne H Juul2022-01-071-1/+0
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Move the lz4 to a single common place in vespajlibHenning Baldersheim2020-03-061-4/+0
|
* Remove use of commons-collections from documentBjørn Christian Seime2020-01-101-4/+0
| | | | Also remove the library from parent pom as no other module is using it.
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-101-0/+4
|
* Remove use of commons-collections from documentBjørn Christian Seime2020-01-091-4/+0
| | | | Also remove the library from parent pom as no other module is using it.
* Remove use of commons-lang from documentBjørn Christian Seime2020-01-061-4/+0
|
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| | | | + Remove unused management for old javacc plugin.
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-11/+19
| | | | | A bug in maven-assemble-plugin makes it very slow to assemble jar containing BouncyCastle
* Switch to new javacc maven plugin:gjoranv2018-08-271-7/+4
| | | | | | | | - config model - document - documentapi - indexinglanguage. - searchlib
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-0/+4
|
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-4/+0
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* enable some lint warningsArne H Juul2017-04-211-0/+14
| | | | | | | * note that generics here was retrofitted into a design where they don't really fit, so there are hundreds of unchecked and rawtypes warnings that can't really be fixed in a good way; therefore these warnings are turned off.
* Revert "Revert "Voffeloff/constant tensor validation""Vegard Sjonfjell2016-10-071-5/+6
|
* Revert "Voffeloff/constant tensor validation"Vegard Sjonfjell2016-10-051-6/+5
|
* Move JsonTestHelper to testutilVegard Sjonfjell2016-10-051-5/+6
|
* Voffeloff/documentupdate json serializer (#675)Vegard Sjonfjell2016-09-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add JsonTestHelper inputJson is a convenience method for inputing JSON in Java assertJsonEquals tests if two JSON encoded strings are structurally equal * Hide overridden low-level interface so that users don't have to implement two interfaces * Refactor methods common to JsonWriter and DocumentUpdateJsonSerializer into JsonHelper * Remove wildcard imports * DocumentUpdate JSON serializer * Move static tensor serializing methods close to where their used and change access modifier to private * Class renaming JsonHelper -> JsonSerializationHelper JsonSerializingException -> JsonSerializationException * Style changes * Remove default-failing implementations of Serializer in FieldWriter Refactor common Serializer methods (and more) into JsonSerializationHelper * Identation/spacing changes * Add final to some local variables * JavaDoc * Implement ClearValueUpdate * Code review changes
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* PublishJon Bratseth2016-06-151-0/+142