aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src/main/java/com/yahoo/jdisc/application
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0926-25/+26
|
* jdk21: declare methods final in jdisc_coregjoranv2023-07-171-2/+2
|
* Use the metric provider returned after configurationJon Bratseth2023-03-031-0/+1
|
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-3/+1
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-0/+21
|
* Revert "More user friendly class resolution"Arnstein Ressem2023-01-091-21/+0
|
* Move BsnVersion to exported package c.y.jdisc.applicationgjoranv2023-01-091-0/+21
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-302-8/+7
|
* No real changesjonmv2022-11-011-5/+1
|
* Reapply "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-09-011-1/+1
| | | | This reverts commit f869fa7fc3fbce76bc19745201bb62484dfc8efe.
* Revert "Clean up bundles and allowed duplicates after a failed reconfig."gjoranv2022-08-311-1/+1
| | | | This reverts commit b0a398eaeadfaf12e31bcfef2e41892439db1149.
* Clean up bundles and allowed duplicates after a failed reconfig.gjoranv2022-08-251-1/+1
|
* Wait exactly 3 minutes for new serversJon Marius Venstad2022-03-091-1/+1
|
* Remove priority from UriPatternHåkon Hallingstad2022-02-151-33/+0
|
* 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
|
* Add zone info to query profile contextJon Bratseth2021-12-091-4/+8
|
* JDK 17: Fix out-of-sequence javadoc headers.gjoranv2021-11-101-3/+4
|
* Use refer(context) for mbus too.Henning Baldersheim2021-10-081-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0725-25/+25
|
* Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-231-7/+8
|
* Revert "Revert require port from URI when specified in binding"Jon Marius Venstad2020-12-221-15/+1
| | | | This reverts commit ea50af2f89c8bc5ba8b132b971c082a8cce4ad54.
* Revert require port from URI when specified in bindingJon Marius Venstad2020-12-221-1/+15
|
* Reinstate use of getRawPath which was lost in merge conflict from previous ↵Jon Marius Venstad2020-12-211-1/+1
| | | | revert
* Revert treating empty paths as "/"Jon Marius Venstad2020-12-211-2/+6
|
* Use the rawPath, not the URL-decoded path, of the URIJon Marius Venstad2020-12-211-2/+2
|
* Use / as the default for no URI pathJon Marius Venstad2020-12-211-6/+2
|
* Require scheme in URI to matchJon Marius Venstad2020-12-211-1/+2
|
* SimplifyJon Marius Venstad2020-12-212-18/+9
|
* Reorder match orderJon Marius Venstad2020-12-211-13/+12
|
* Require host to be present in URIs to matchJon Marius Venstad2020-12-211-1/+2
|
* Require port to be present in given URI when specified in bindingJon Marius Venstad2020-12-211-15/+1
|
* Rename helper methods to reveal functionJon Marius Venstad2020-12-211-19/+19
|
* Deprecate unused and complicating "priority"Jon Marius Venstad2020-12-211-1/+14
|
* Allow non-fresource metricsJon Bratseth2020-09-251-15/+16
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-171-0/+7
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-7/+0
|
* Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-161-0/+7
|
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-051-0/+18
| | | | This reverts commit 2ef1e922a1d845b3cd79e9fb329925e7e9896919.
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-041-18/+0
|
* Remove unnecessary refreshPackages methodsgjoranv2019-10-281-0/+2
|
* Support safe component deconstruction in jdisc container.gjoranv2019-10-281-0/+16
| | | | | | | | | - Add allowDuplicates to all Osgi classes - Uninstall bundles in Deconstructor - We no longer refresh bundles because we uninstall old bundles at a later point than the new bundles are installed. Hence, the user must version app bundles that are dependencies used by other app bundles.
* minor: replace Arrays.asList with singletonListgjoranv2019-10-261-1/+3
|
* Nonfunctional changes onlyJon Bratseth2019-10-011-29/+28
|
* Include uri pattern in warningBjørn Christian Seime2019-04-091-1/+1
|
* Log warning on 'https' in uri patternsBjørn Christian Seime2019-04-051-0/+3
|
* Handle 'https' scheme in uri pattern matching as 'http'Bjørn Christian Seime2019-04-031-2/+7
|
* Revert "Handle 'https' scheme in uri pattern matching as 'http'"Bjørn Christian Seime2019-04-031-7/+2
|
* Handle 'https' scheme in uri pattern matching as 'http'Bjørn Christian Seime2019-04-021-2/+7
|
* Remove references to the jdisc_start script.gjoranv2019-02-181-11/+1
|