0.7.0
0.7.0 (2023-10-30)
Features
- connect: provide login form for connecting to authenticated remote jolokia (8490f4f), closes #482
- jmx: support writing attributes for writable attributes (RW) (2dab258), closes #408
- shared: jolokiaService.list() to accept path for returning partial set of MBeans (a31b682), closes #447 hawtio/hawtio#2965 hawtio/hawtio#2966
Bug Fixes
- Adds noconsole rule to guard against casual console.log msgs #625 (50a83c4)
- connect: change header hint from expandable section to popover (87b6502)
- connect: reflect remote username for login user (8d07d9d)
- connect: rephrase and polish hint text for Connect plugin (410a539), closes #490
- connect: Some link texts missing spaces inside sentences (#630) (4e6ac92), closes #336
- core: getBasePath() to always return path without trailing slash '/' (3d858a6)
- jmx: 'Copy Jolokia URL' in JMX Operations tab should provide full path including host origin (21ec9eb)
- jmx: provide full URL including origin for Jolokia URL in Attribute modal (13373ed)
- shared: jolokia service list blocked in case of ajax error (4963ed3)
What's Changed
- chore(deps): bump @types/node from 18.18.5 to 18.18.6 by @dependabot in #617
- chore(deps): bump @types/jest from 29.5.5 to 29.5.6 by @dependabot in #618
- chore(deps): bump @types/react-dom from 18.2.13 to 18.2.14 by @dependabot in #621
- chore(deps): bump @types/jquery from 3.5.22 to 3.5.24 by @dependabot in #619
- chore(deps): bump @types/dagre from 0.7.50 to 0.7.51 by @dependabot in #622
- chore(deps): bump @types/dagre-layout from 0.8.3 to 0.8.4 by @dependabot in #620
- chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by @dependabot in #623
- chore(camel): update @hawtio/camel-model by @tadayosi in #627
- fix(jmx): 'Copy Jolokia URL' in JMX Operations tab should provide full path including host origin by @tadayosi in #629
- Fixed Some link texts missing spaces inside sentences by @Msarawan in #630
- chore(deps): bump xml-formatter from 3.5.0 to 3.6.0 by @dependabot in #631
- chore(deps): bump @types/jquery from 3.5.24 to 3.5.25 by @dependabot in #632
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #633
- feat(jmx): support writing attributes for writable attributes (RW) by @tadayosi in #634
- fix: Adds noconsole rule to guard against casual console.log msgs #625 by @phantomjinx in #626
- feat(connect): support connecting to authenticated Jolokia endpoints by @tadayosi in #636
- fix(connect): rephrase and polish hint text for Connect plugin by @tadayosi in #637
- chore(deps): bump keycloak-js from 22.0.4 to 22.0.5 by @dependabot in #639
- feat(shared): jolokiaService.list() to accept path for returning partial set of MBeans by @tadayosi in #640
- build: upgrade yarn to 4.0.1 by @tadayosi in #642
- chore(deps): upgrade to TypeScript 5 by @tadayosi in #644
New Contributors
Full Changelog: v0.6.1...v0.7.0