aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core
Commit message (Collapse)AuthorAgeFilesLines
* Fix off-by-one error related to marking inn UnsafeContentInputStreamHenning Baldersheim2022-07-032-1/+6
|
* Merge pull request #23234 from vespa-engine/jonmv/un-hide-installing-bundlesJon Marius Venstad2022-06-291-0/+3
|\ | | | | Clear previous allowed duplicates for collision keys when adding new …
| * Clear previous allowed duplicates for collision keys when adding new onesjonmv2022-06-241-0/+3
| |
* | Reading in chunks instead of byte by byte is significantly faster.Henning Baldersheim2022-06-281-26/+34
|/
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove vespåa-http-client usage part 2Jon Bratseth2022-06-081-2/+0
|
* GC deprecated methods and make mebers final.Henning Baldersheim2022-06-082-44/+4
|
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-1/+0
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Stop providing guice.assistedinject, not used by vespa or tenants.gjoranv2022-06-081-13/+0
| | | | | - Artifact: com.google.inject.extensions:guice-assistedinject - Package that was exported: com.google.inject.assistedinject
* Add Vespa 9 TODO to remove javax.injectgjoranv2022-06-081-1/+1
|
* Remove workaround to export javax.annotation[.security]gjoranv2022-06-081-3/+0
| | | | - These exports were required by Jersey bundles.
* Add temporary "fake" export for javax.annotation(.security)gjoranv2022-06-081-0/+4
| | | | - Required by org.glassfish.hk2.api and jersey-server
* Remove javax.annotation-api as provided dependency.gjoranv2022-06-081-6/+0
| | | | .. and from jdisc_core
* Remove guice-multibindings, which is now empty and included ingjoranv2022-06-081-14/+1
| | | | .. the main guice artifact.
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-2/+2
|
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-085-27/+2
|
* Replace deprecated LogRecord.setThreadID -> setLongThreadIDgjoranv2022-06-081-2/+2
|
* Replace deprecated LogRecord.getThreadID -> getLongThreadIDgjoranv2022-06-081-1/+1
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Avoid 'null' entries in exported packages.gjoranv2022-05-131-1/+3
| | | | | - Occurred when a dependency jar did not have the ExportPackages manifest header.
* Use plain java list instead of guava ImmutableList.gjoranv2022-05-111-3/+1
|
* Set up logging in ApplicationLoader again.gjoranv2022-05-102-1/+1
| | | | | - If done in StandaloneMain, logging will not work in integration tests (using TestDriver) or test frameworks (e.g. application).
* Do not install OsgiLogManagergjoranv2022-05-102-3/+2
| | | | | | - It mutes vespa.log and does not seem to do anything useful for current usage of jdisc_core. - Add TODO to gc it later.
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-102-2/+2
| | | | - Remove unused InitializeLog
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-101-0/+4
| | | | Revert "Merge pull request #22515 from vespa-engine/revert-22509-setup-vespalog-in-jdisc_core"
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-091-4/+0
|
* Move to non-public impl package.Henning Baldersheim2022-05-091-1/+1
|
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-091-0/+4
|
* Set all deps to provided in vespaloggjoranv2022-05-081-0/+1
| | | | | - Must scan vespajlib explicitly for exported packages in jdisc_core, now that it's no longer embedded in vespalog.
* Add simple integration test for ExportPackagesgjoranv2022-05-082-0/+55
| | | | - Add plugin management for failsafe-plugin
* Embed annotations, defaults and vespalog in jdisc_coregjoranv2022-05-081-2/+8
| | | | - Scan the new compile scoped deps for Export-Package.
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+6
|
* Avoid using stdout for debug logging.Henning Baldersheim2022-04-201-8/+3
|
* Wait exactly 3 minutes for new serversJon Marius Venstad2022-03-091-1/+1
|
* Remove priority from UriPatternHåkon Hallingstad2022-02-152-47/+0
|
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-086-17/+11
|
* - Storing references instead of just counting them has been default for a ↵Henning Baldersheim2022-01-303-89/+3
| | | | | | while now, so making it default in code too. - Remove option to do just do refcounting.
* unify java warningsArne H Juul2022-01-061-9/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Revert "Merge pull request #20456 from ↵Jon Bratseth2021-12-131-4/+8
| | | | | | | vespa-engine/revert-20439-bratseth/zoneinfo-in-query-profile-context" This reverts commit 2780822f7d1fc66ea2833b2b7aaa2b9cb74f5833, reversing changes made to 8ff6429daf9a695f2fa5d45a8033c75fdadfcfe2.
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-8/+4
|
* Merge pull request #20439 from ↵Jon Bratseth2021-12-101-4/+8
|\ | | | | | | | | vespa-engine/bratseth/zoneinfo-in-query-profile-context Add zone info to query profile context
| * Add zone info to query profile contextJon Bratseth2021-12-091-4/+8
| |
* | Remove use of Guava ListenableFuture from com.yahoo.jdisc.handlerBjørn Christian Seime2021-12-1016-153/+145
| | | | | | | | | | | | This change is not 100% API compatible. Many classes from this package inherited types from Guava. The classes will have the same methods as before, but their type has obviously changed. Two options; merge now with the small risk of breakage or wait for Vespa 8 branch.
* | Fix IDEA inspection issues.gjoranv2021-12-081-7/+7
| | | | | | | | | | - Final modifiers in final class - Use primitive types where possible
* | Make jdisc.handler.FutureConjunction package private.gjoranv2021-12-082-24/+1
|/
* Remove PublicApi annotation for jdisc.test package.gjoranv2021-12-062-328/+0
| | | | | - Does not contain any classes that are appropriate for external usage. Not currently used by any hosted Vespa apps.
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
| | | | Replace use of Guava's `com.google.common.annotations.Beta` with custom annotation.
* Add abi-check-plugin to all modules using `@PublicApi`Bjørn Christian Seime2021-11-302-0/+1269
|
* Improve error message when assertion fails and poll longerBjørn Christian Seime2021-11-241-0/+7
|
* JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-103-6/+7
|