Commonspot 10.5.2 Release Notes

Total Page:16

File Type:pdf, Size:1020Kb

Commonspot 10.5.2 Release Notes CommonSpot 10.5.2 Release Notes Copyright 1998-2020 PaperThin, Inc. All rights reserved. About this Document 4 Platform Support Updates 4 Enhancements 5 ADF 2.5 5 Group Administration 5 Hooks 5 Images 5 QuickFind 6 Reports 6 Search Engines / Full Text Search 6 Search Performance 6 Security / Custom Authentication 6 See Also Reference 7 Notable Bug Fixes 8 API 8 Base Templates 8 Bookmarks and Anchors 8 Breadcrumb Element 8 Browsers - IE 11 8 Cache 8 Chrome Browser 9 CKEditor 9 ColdFusion 9 Container 9 Content Categories 9 Content Creation API (CCAPI) 9 Custom Element 9 Custom Metadata 10 Dashboard 10 Database Conversion Tool 10 Database Migration Tool 10 Datasheet 10 Display Template 11 Documentation / Help 11 Drivers 11 Elements 11 Email Handling 11 Formatted Text Block 11 1 Forms 12 Freshness Reminders 12 Images 12 Job Definitions 12 Left Pane (L-View) 12 Link Management 12 Local Custom Element 13 Login Error 13 Manage Keywords Dialog 13 Multi-section Element 13 Multimedia 13 My CommonSpot 13 Page Copy 13 Page Move 13 Page Properties 14 Page Rename 14 Page Sets 14 Permissions 14 Pop-up Menu 14 Rebuild Link References 14 Referring Pages 14 Render Handlers 15 Reports 15 Replication 15 Saved Search 15 Scheduled Jobs 16 Security 16 Search 16 SEO 16 Shared Database 16 Short Cuts 17 Simple Forms 17 Site Administration 17 Site Creation 17 Subsite Administration 17 Tabular Layout Element 17 Tree Navigation 17 Upgrade 18 Uploaded Documents 18 User Administration 18 Utilities 18 2 Visual Diff (Compare) 18 Work In Progress 18 Work Requests 19 Important Notes 19 Removal of Cookie Login option 19 Developers Guide Update 19 Upgrading with MySQL 19 Lucee Only Settings 20 Run Upgrade & Other Utilities 20 Full-Text Search 21 Style Sheet Considerations 21 Other Notes 22 Special Upgrade Offer 22 3 About this Document This document summarizes the following for the CommonSpot 10.5.2 release: ● E nhancements ● N otable Bug Fixes ● I mportant Notes (required reading) ● Special Upgrade Offer For detailed instructions about installing CommonSpot, see the current release of the CommonSpot Installation Guide . For detailed instructions about upgrading from a previous version of CommonSpot, see the current release of the CommonSpot Upgrade Guide . Review carefully all Pre-Upgrade instructions. NOTE : Before installing or upgrading to this release, review all other Release Notes documents from your current version of CommonSpot to this version. For example if you are upgrading from version 9.0, please refer to all CommonSpot 10.0.x Release notes, as well as the 10.5.x Release Notes. Platform Support Updates Release 10.5.2 of CommonSpot now includes support for the following: ● Adobe ColdFusion 2016 with updater 13 and above ● Adobe ColdFusion 11 with updater 15 and above ● Lucee ColdFusion version 5.3.3.62 ● Microsoft SQL Server 2017 (with Adobe ColdFusion 2018 and Lucee) ● Oracle 19c & 18c (with Adobe ColdFusion 2018 and Lucee) ● MySQL 5.7 and 8.0 ● Java providers other than Oracle ● JDK 11 ● Solr 8.2.0 ● Windows Server 2019 (with Adobe 2018 and Lucee 5.3.3) The following platforms are no longer supported: ● 'Native' Full Text Search (using the search engines provided with ColdFusion and Lucee) ● Lucee 5.2.9.31 Be sure to see the current T ech-Specs page for the most up-to-date information. 4 Enhancements Release 10.5.2 of CommonSpot includes the following e nhancements. ADF 2.5 ● To complement the robust security enhancements that have been added to CommonSpot 10.5.2 and 10.6.1, we are proud to release version 2.5 of the CommonSpot ADF (Application Development Framework). This ADF release includes notable enhancements, bug fixes and security protections, as well as updates to the ADF applications. Additional security protections have been added specifically to mitigate XSS and CSRF attacks. However, due to the flexibility and customizability of the ADF and ADF Applications, not all security features are enabled by default. Parts of the CSRF attack prevention validation must be enabled for AjaxProxy requests once all customizations have been enhanced to take advantage of this security feature. Please review the ADF 2.5 release notes, install and upgrade guide for more information regarding these enhancements at https://community.paperthin.com/projects/ADF/docs/release-notes/Release-Notes-v2-5.c fm Group Administration ● 23482-HF10.5.1.23 and 10.6.0 [not public] Added Company and Organization to the filter when searching for users in Add Users to Group dialog. Added select/deselect links in the dialog to select all or deselect all. Hooks ● Two new hook files are now supported for Uploaded Documents. pre-doccreate.cfm is called after the document has been uploaded but prior to processing the file and creating the appropriate CommonSpot records. post-doccreate.cfm is called after the document has been fully processed. Place either of the hooks files in the root subsite for global application or in a specific subsite or subsites, for more selective application. More details are available in the Developers Guide section 3.4. Images ● Image rendering was updated to remove non-style attributes, such as width, height, border etc. 5 ● Added the copy-down functionality for upload image dialog. This reduces the amount of typing when most of these fields usually contain the same text. QuickFind ● Templates and inactive pages are now returned in QuickFind results. Reports ● The full path to the page is now rendered on mouseover of links. Search Engines / Full Text Search ● Due to the limited functionality of the full-text search functionality provided by Adobe ColdFusion and Lucee, CommonSpot 10.5.2 eliminates support for the 'built-in' search engines. Full-text search may be implemented by installing either the full A pache Solr search engine (recommended) or by using CommonSpot's full-text search API to implement an interface to another search engine. Search Performance ● Performance improvements for “Search Results” element with large datasets. Where the source data was 18k rows, the time to return the search results was improved by a factor of 50. Please note that the Solr schema and search engine interface have been updated, so existing full-text collections will need to be rebuilt and any other customizations will need to be reviewed. Security / Custom Authentication ● CommonSpot has been enhanced to prevent CSRF (Cross-Site Request Forgery) vulnerabilities. All forms now include a private CSRF token. If you have custom code that submits to loader.cfm it must call it with a ‘CSRF_Token’ url parameter or form field. You can access the CSRF token by calling Server.CommonSpot.UDF.Security.getCSRF_Token(). ● This update eliminates three possible XSS attack vectors. Added ‘Mange Site Search’ permission within Site Administration to control access to Site Search settings. ● The ability to set Persistent Cookies for Auto Login has been removed. ● This fix restores CommonSpot's native behavior where the user is told that their account is expired. It leaves in place the behavior that custom authentication is told that the user is not authenticated (CSauthenticated=1). It adds a new CSaccountExpired attribute that is passed into the custom authentication call, so if that code wanted to do something different in that case, it could. If CSauthenticated is 0, meaning that the user is not authenticated, CSaccountExpired will be 1 if the reason for that is that their account is expired, otherwise CSaccountExpired is 0. 6 ● The 'Apply Permissions to Inherited Pages' option in 'Template Inheritance Security' has been removed due to the risk of serious, unintended side effects. ● Errors may be logged when certain mal-formed URLs are requested. ● In some scenarios, attempting to edit a page resulted in a 'Variable PAGEEDIT is undefined' error. ● Under certain circumstances, template security updates were not reflected in downstream pages. ● An error in a custom script may expose sensitive data via JavaScript. ● In replication configurations, custom element data may be different between the authoring and read-only servers (particularly for fields such as checkboxes which may be empty). ● Updated XML processing to protect against XML External Entity Injection. ● Updated command API and public components argument validation. Improved database error handling to prevent database errors showing on rendered pages. ● Closed security issues with XML processing. ● The Custom Authentication hook module has been updated to provide more flexibility when creating new users. You can now optional specify the contributor type (none, dedicated, shared or default), company, organization and email address of the user. ● Security was enhanced by rotating CFID/CFToken and CSRF tokens after login. See Also Reference ● It is now possible to define See Also References via the Advanced Search interface. 7 Notable Bug Fixes API ● Error messages for the API method Users.delete were incorrect and confusing. Base Templates ● Corrects error seen in the New Base Template dialog below the Dependencies box. ● Base Templates may not be rendered from within CommonSpot. Removed the hover link to open a base template in a new window, as it was not applicable. Bookmarks and Anchors ● Bookmarks and Anchors to the current page remained pointed to the current page when the page was copied. The links are now page relative. Breadcrumb Element ● The Breadcrumb element Display option 2 was updated from 'Site Name' to 'Subsite Name' for clarity. ‘Site Name’ was incorrect. Browsers - IE 11 ● The reported symptom was that after the completion of a CommonSpot install, an attempt to get into Server Administration failed with a JavaScript error. In IE 11, Microsoft provides a customized name for the industry standard "crypto" function, naming it instead "mscrypto". Not finding this function prevented Dashboard access. ● Corrects an issue where the Rich Text Editor would not save when using IE 11.
Recommended publications
  • Hibernate Search Query Example
    Hibernate Search Query Example Ossie remains windy after Romeo arbitrate howe'er or measurings any protochordate. Ineloquent and self-educated Muhammad rappelling some hurriedness so analogically! Is Ric always well-bred and in-car when splats some kick very energetically and remonstratingly? By hibernate create queries is hibernate query is to keep the names must not always specify exactly within the spatial hash grid level is quite complicated Param searchQuery user defined search criteria used as per list of words. For exmaple the surpass is turned into a function query and when. One of such claim is querying and its associated feature will Query-By-Example. Where we select use fast Data JPA Repository to query within database tables. MinimumShouldMatchNumber 3 Example 2 at most 2 should clauses may. Are use case you can search by boosting the value too many entities of the term vectors within hibernate query string encoding and other than to get the defaultimplementation for. Spring Boot Hibernate Search example Mkyongcom. If and jars files for example of a persistent storage. Let's reuse the code base of Mapping JPAHibernate Entity and DTO with. These from the amount of some point of hibernate example again this will transparently in cluster can do with more than from the model. Them available for response text how we can therefore query the index using the Hibernate Search DSL. Above fact will describe all products having description as Mouse 22 Restrictionsne Example will retrieve objects that have a landscape value either equal to. Hibernate Search receive a quick and easy way to add cell text search volume a java application.
    [Show full text]
  • Hitachi Cloud Accelerator Platform Product Manager HCAP V 1
    HITACHI Inspire the Next 2535 Augustine Drive Santa Clara, CA 95054 USA Contact Information : Hitachi Cloud Accelerator Platform Product Manager HCAP v 1 . 5 . 1 Hitachi Vantara LLC 2535 Augustine Dr. Santa Clara CA 95054 Component Version License Modified 18F/domain-scan 20181130-snapshot-988de72b Public Domain Exact BSD 3-clause "New" or "Revised" a connector factory 0.0.9 Exact License BSD 3-clause "New" or "Revised" a connector for Pageant using JNA 0.0.9 Exact License BSD 3-clause "New" or "Revised" a connector for ssh-agent 0.0.9 Exact License a library to use jsch-agent-proxy with BSD 3-clause "New" or "Revised" 0.0.9 Exact sshj License Exact,Ma activesupport 5.2.1 MIT License nually Identified Activiti - BPMN Converter 6.0.0 Apache License 2.0 Exact Activiti - BPMN Model 6.0.0 Apache License 2.0 Exact Activiti - DMN API 6.0.0 Apache License 2.0 Exact Activiti - DMN Model 6.0.0 Apache License 2.0 Exact Activiti - Engine 6.0.0 Apache License 2.0 Exact Activiti - Form API 6.0.0 Apache License 2.0 Exact Activiti - Form Model 6.0.0 Apache License 2.0 Exact Activiti - Image Generator 6.0.0 Apache License 2.0 Exact Activiti - Process Validation 6.0.0 Apache License 2.0 Exact Addressable URI parser 2.5.2 Apache License 2.0 Exact Exact,Ma adzap/timeliness 0.3.8 MIT License nually Identified aggs-matrix-stats 5.5.1 Apache License 2.0 Exact agronholm/pythonfutures 3.3.0 3Delight License Exact ahoward's lockfile 2.1.3 Ruby License Exact Exact,Ma ahoward's systemu 2.6.5 Ruby License nually Identified GNU Lesser General Public License ai's
    [Show full text]
  • B 0313 DEP1900000019 01.Pdf
    The following documentation is an electronically‐ submitted vendor response to an advertised solicitation from the West Virginia Purchasing Bulletin within the Vendor Self‐Service portal at wvOASIS.gov. As part of the State of West Virginia’s procurement process, and to maintain the transparency of the bid‐opening process, this documentation submitted online is publicly posted by the West Virginia Purchasing Division at WVPurchasing.gov with any other vendor responses to this solicitation submitted to the Purchasing Division in hard copy format. Purchasing Division State of West Virginia 2019 Washington Street East Solicitation Response Post Office Box 50130 Charleston, WV 25305-0130 Proc Folder : 536470 Solicitation Description : Lucee Software Support Proc Type : Central Contract - Fixed Amt Date issued Solicitation Closes Solicitation Response Version 2019-02-26 SR 0313 ESR02211900000003842 1 13:30:00 VENDOR VS0000017430 RASIA INC Solicitation Number: CRFQ 0313 DEP1900000019 Total Bid : $2,747,100.00 Response Date: 2019-02-22 Response Time: 02:05:54 Comments: FOR INFORMATION CONTACT THE BUYER Jessica S Chambers (304) 558-0246 [email protected] Signature on File FEIN # DATE All offers subject to all terms and conditions contained in this solicitation Page : 1 FORM ID : WV-PRC-SR-001 Line Comm Ln Desc Qty Unit Issue Unit Price Ln Total Or Contract Amount 1 Lucee or Equal Support 110.00000 HOUR $24,750.000000 $2,722,500.00 Comm Code Manufacturer Specification Model # 81111811 Extended Description : Lucee or Equal Server Support, Application Development Support, and CFML Conversion from Adobe Cold Fusion to Lucee Support for one (1) year. Up to 110 hours total for all listed support.
    [Show full text]
  • Commonspot 10.6.2 Release Notes
    CommonSpot 10.6.2 Release Notes Copyright 1998-2020 PaperThin, Inc. All rights reserved. About this Document 3 Platform Support Updates 3 Enhancements 4 Custom Element, Datasheet and Page Index Record Limits 4 Database Diagnostics 4 Images & Image Galleries 4 Rebuild Cache Utility & Schedule Job 4 Miscellaneous Improvements 5 Notable Bug Fixes 6 API 6 Bulleted List 6 CCAPI 6 Cache 6 Containers 6 Custom Element 6 Datasheet 7 Document Management 7 Element Management 7 Element Movement 8 Featured Search Results 8 Forgot Password 8 Formatted Text Block 8 Hooks 8 Images 8 Keywords 9 Links 9 Multimedia 9 MultiSection Element 9 My CommonSpot 10 Oracle Database Only 10 Page Management 10 Performance 10 Permissions 10 Rebuild Cache Scheduled Job 11 Redirects 11 Render Handlers 11 Replication 11 Search 11 1 Security 12 See Also References 12 SEO 12 Session Variables 12 Shared Database 12 Social Media 13 Subsite Administration 13 Take Ownership 13 User Interface 13 Upgrade 13 W3C Compliance 13 Important Notes 13 Support for Google WebP Images 14 Adobe ColdFusion Cookie Update Setting 14 Upgrading with MySQL 15 Lucee Only Settings 15 Multimedia 15 Run Upgrade & Other Utilities 16 Full-Text Search 16 Style Sheet Considerations 16 Other Notes 17 Special Upgrade Offer 17 2 About this Document This document summarizes the following for the CommonSpot 10.6.2 release: ● ​Enhancements ● ​Notable Bug Fixes ● ​Important Notes ● Special Upgrade Offer For detailed instructions about installing CommonSpot, see the current release of the CommonSpot Installation Guide. ​ For detailed instructions about upgrading from a previous version of CommonSpot, see the current release of the CommonSpot Upgrade Guide.
    [Show full text]
  • Commonspot 10.6.0 Release Notes
    CommonSpot 10.6.0 Release Notes Copyright 1998-2019 PaperThin, Inc. All rights reserved. About this Document 4 Platform Support Updates 5 Enhancements 5 ADF 2.4 5 Cache 5 Container Element 6 Custom Element 6 Group Administration 6 Help > Find Actions 6 Java Platform 6 Link Management 6 My CommonSpot 6 QuickFind 6 Reports 7 Search Engines / Full Text Search 7 Search Performance 7 Security 7 See Also Reference 7 Subscriptions 7 Uploaded Document Formats 7 Notable Bug Fixes 8 Browsers - IE 11 8 Cache 8 Chrome Browser 8 CKEditor 8 Content Creation API (CCAPI) 8 Custom Element 8 Custom Metadata 9 Dashboard 9 Database Conversion Tool 9 Datasheet 9 Display Template 9 Documentation / Help 9 Drivers 10 1 Elements 10 Email Handling 10 Images 10 Job Definitions 10 Link Management 10 Local Custom Element 10 Login Error 10 Manage Keywords Dialog 10 Multimedia 11 Multi-section Element 11 My CommonSpot 11 Page Copy 11 Page Move 11 Page Properties 11 Permissions 11 Rebuild Link References 11 Render Handlers 12 Reports 12 Replication 12 Saved Search 12 Scheduled Jobs 12 Search 12 Security 13 Shared Database 13 Tree Navigation 14 Upgrade 14 User Administration 14 Visual Diff (Compare) 14 Work In Progress 14 Work Requests 14 Important Notes 15 Upgrading with MySQL 15 Lucee Only Settings 15 Multimedia 16 Run Upgrade & Other Utilities 16 2 Full-Text Search 16 Style Sheet Considerations 16 Other Notes 17 Special Upgrade Offer 18 3 About this Document This document summarizes the following for the CommonSpot 10.6.0 release: ● Enhancements ● Notable Bug Fixes ● Important Notes (required reading) ● Special Upgrade Offer For detailed instructions about installing CommonSpot, see the current release of the CommonSpot Installation Guide.
    [Show full text]
  • Commonspot™ Release 10.8.0 Upgrade Guide
    CommonSpot™ Release 10.8.0 Upgrade Guide Copyright 1998-2021 PaperThin, Inc. All rights reserved CommonSpot 10.8.0 Upgrade Guide This CommonSpot Upgrade Guide, as well as the software described with it, is provided under the CommonSpot License Agreement and may be used, copied and distributed only in accordance with the terms of the license. The content outlined in this manual is for informational purposes only and is subject to change without notice. By no means should the information contained herein be construed, as a commitment by PaperThin, Inc. PaperThin assumes no responsibilities or liability for errors or inaccuracies found in this documentation. ColdFusion, Acrobat, and Flash are registered trademarks of Adobe Systems Incorporated. Microsoft, Windows, Microsoft SQL Server, Microsoft Word, Excel, Edge, and PowerPoint are all registered trademarks of Microsoft Corporation. MySQL, Solaris, and Oracle are registered trademarks of Oracle Corporation. Chrome and WebP are registered trademarks of Google. Safari is a registered Apple trademark. Firefox is a registered trademark of Mozilla. Lucee is a product of Lucee Association Switzerland. CKEditor is a registered trademark of CKSource. Apache Solr and their respective logos are trademarks of the Apache Software Foundation. This document was last updated May 7, 2021. 2 CommonSpot 10.8.0 Upgrade Guide Contents Chapter 1 Upgrade Process and Steps.......................................................................................................................7 1.1. Pre-Upgrade Steps..........................................................................................................................................9
    [Show full text]
  • State-Of-CF-Union-2017-Survey.Pdf
    State of The CF Union 2017 Survey Analysis Hello and welcome. In this comprehensive 2017 State of the CF Union survey report, we have detailed breakdowns of tools and techniques used by the top CFML developers around the world. This year we had 472 responses to the survey, which is slightly lower than the last year. Before we begin with the results, we’d like to thank everyone who participated and responded to this year’s survey. And a special thanks to Brad Wood who helped me edit the survey questions and reviewed the results with me. If by any chance you are new to ColdFusion, it is a develop- ment platform for creating modern web applications on the JVM. The CFML language has tags that resemble HTML syntax for templating HTML and script that resembles JavaS- cript syntax for writing business logic. It is designed to be powerful, expressive and easy to get started coding in. Many features are built into ColdFusion that require add ons for other languages. Brad pointed out that it's not just CFML developers and en- thusiasts that read through all of the survey results, CIOs and other managers read it too. And that even Adobe pays atten- tion to the survey as well. So it's good to know that the com- Michael Smith Brad Wood CEO TeraTech ColdBox/CommandBox Developer Advocate. Lucee Member. System Architect. CFML dev. DBA. Dad. Handyman. Ready for a revolution. You can reach him on Twitter Table of contents: 1. What version of CFML Engine do you use? 2.
    [Show full text]
  • Dashboard Design to Assess the Impact of Distinct Data Visualization Techniques in the Dynamic Analysis of Survey’S Results
    Dissertation Master in Computer Engineering – Mobile Computing DASHBOARD DESIGN TO ASSESS THE IMPACT OF DISTINCT DATA VISUALIZATION TECHNIQUES IN THE DYNAMIC ANALYSIS OF SURVEY’S RESULTS Renato Mauricio Toasa Guachi Leiria, June 2018 This page was intentionally left blank DASHBOARD DESIGN TO ASSESS THE IMPACT OF DISTINCT DATA VISUALIZATION TECHNIQUES IN THE DYNAMIC ANALYSIS OF SURVEY’S RESULTS Renato Mauricio Toasa Guachi Dissertation developed under the supervision of Doctor Marisa da Silva Maximiano, Professor at the School of Technology and Management of the Polytechnic Institute of Leiria, co-directed by Doctor Catarina Isabel Ferreira Viveiros Tavares dos Reis, Professor at the School of Technology and Management of the Polytechnic Institute of Leiria and co-directed by Ingeniero David Omar Guevara Aulestia, Professor at the Universidad Técnica de Ambato. Leiria, June 2018 This page was intentionally left blank ii Dedication A mis padres José Luis y Norma que han sabido formarme con valores y buenos sentimientos, los cuales me han ayudado a salir adelante en los momentos difíciles que me ha tocado vivir. A mis abuelitos que siempre han estado junto a mí brindándome su apoyo y consejos con lo que he logrado afrontar los retos que se me han presentado a lo largo de mi vida. Y a los que no están presentes pero sé que siempre me cuidan desde el cielo. A mis tíos, a mis padrinos Hilda y Carmelo que gracias a su ayuda desinteresada y sabios consejos logre culminar con mi meta trazada. Y esta dedicado a todas las personas que de alguna manera fueron participes de mi desarrollo académico profesional y personal.
    [Show full text]
  • Commonspot 10.6.1 Release Notes
    CommonSpot 10.6.1 Release Notes Copyright 1998-2020 PaperThin, Inc. All rights reserved. About this Document 3 Platform Support Updates 3 Enhancements 4 ADF 2.5 4 Hooks 4 Images 4 Security / Custom Authentication 5 See Also Reference 5 Notable Bug Fixes 5 Accessibility 5 API 5 Approval 6 Base Templates 6 Bookmarks and Anchors 6 Breadcrumb 6 Cache 6 Chrome Browser 6 CKEditor 6 ColdFusion 7 Container 7 Content Categories 7 Custom Element 7 Custom Script 7 Database Migration Tool 7 Datasheet 7 Elements 8 Facebook Integration 8 Formatted Text Block 8 Freshness Reminders 8 Images 8 Left Pane (L-View) 8 Link Management 9 Multimedia 9 My CommonSpot 9 Page Properties 9 Page Rename 9 Page Sets 9 Permissions 10 1 Pop-up Menu 10 Referring Pages 10 Render Handlers 10 Replication 10 Saved Search 11 Security 11 Search 11 SEO 11 Shared Database 11 Short Cuts 11 Simple Forms 12 Site Administration 12 Social Media 12 Subsite Administration 12 Tabular Layout Element 12 Upgrade 12 Uploaded Documents 12 User Administration 13 Utilities 13 Work Requests 13 Important Notes 13 Removal of Cookie Login option 13 Developers Guide Update 13 Upgrading with MySQL 14 Lucee Only Settings 14 Multimedia 15 Run Upgrade & Other Utilities 15 Full-Text Search 15 Style Sheet Considerations 16 Other Notes 17 Special Upgrade Offer 17 2 About this Document This document summarizes the following for the CommonSpot 10.6.1 release: ● E nhancements ● N otable Bug Fixes ● I mportant Notes (required reading) ● Special Upgrade Offer For detailed instructions about installing CommonSpot, see the current release of the CommonSpot Installation Guide .
    [Show full text]
  • HCI OSS Licenses V1.6.4.Pdf
    HITACHI Inspire the Next 2535 Augustine Drive Santa Clara, CA 95054 USA Contact Information : Hitachi Content Intelligence Product Manager Lumada Data Catalog v 1 . 6 . 4 Hitachi Vantara LLC 2535 Augustine Dr. Santa Clara CA 95054 Component Version License Modified "Java Concurrency in Practice" book 1 Creative Commons Attribution 2.5 annotations #NAME? 0.1.38-webpack MIT License #NAME? 2.3.0 Apache License 2.0 #NAME? 3.3.0 MIT License abbrev 1.0.9 ISC License BSD 3-clause "New" or "Revised" ace-builds 1.2.8 License BSD 3-clause "New" or "Revised" ace-builds 1.3.3 License Acorn 1.2.2 MIT License Acorn 2.7.0 MIT License Acorn 4.0.13 MIT License Aether :: API 1.0.2.v20150114 Eclipse Public License 1.0 Aether :: SPI 1.0.2.v20150114 Eclipse Public License 1.0 Aether :: Utilities 1.0.2.v20150114 Eclipse Public License 1.0 Aether Connector Basic 1.0.2.v20150114 Eclipse Public License 1.0 Aether Implementation 1.0.2.v20150114 Eclipse Public License 1.0 Aether Transport Wagon 1.0.2.v20150114 Eclipse Public License 1.0 agentkeepalive 2.2.0 MIT License aggs-matrix-stats 5.3.1 Apache License 2.0 airbnb/chronos 2.3.3 Apache License 2.0 aircompressor 0.8 Apache License 2.0 Airline - io.airlift:airline 0.6 Apache License 2.0 akka-actor 2.3.16 Apache License 2.0 akka-persistence_2.11 2.5.5 Apache License 2.0 alibaba/x-deeplearning 20181224-snapshot-ffc8b733 Apache License 2.0 An open source Java toolkit for 0.9.0 Apache License 2.0 Amazon S3 An open source Java toolkit for 0.9.4 Apache License 2.0 Amazon S3 HITACHI Inspire the Next 2535 Augustine Drive
    [Show full text]
  • Solving Problems in Ways Never Before Possible with Fusionreactor 7 and FR CLOUD Introductions
    Solving Problems in ways never before possible with FusionReactor 7 and FR CLOUD Introductions Charlie Arehart Independent consultant, CArehart.org (Focused on server troubleshooting) David Tattersall CEO & co-founder of Intergral Agenda . What is FusionReactor & what can it do for you ? . What’s New in FusionReactor 7 . Solving Problems in new ways with fully integrated “Error and Analysis” tools . Code Debugger, Code/Memory/CPU Profiler, Thread Vizualizer . FusionReactor CLOUD (production release) . Questions & answers Who does this talk apply to? . Anyone interested in troubleshooting/tuning servers; solving coding or quality issues . Admins, managers, developers, DEVOPS . FusionReactor supports ColdFusion and much more: . All CFML engines - ColdFusion, Lucee, Railo, BlueDragon . All Java servers -Tomcat, JBoss, Wildfly, Jetty, WebSphere, GlassFish etc. Any Java applications – Apache Solr, Redis, Kafka, Confluence, etc. Most DB’s (SQL/No-SQL) - Oracle, SQL Server, MYSQL, Hibernate, Cassandra, MongoDB etc. FusionReactor is implemented simply as a java agent . And is a low-cost, low-impact, reliable tool . Trusted for over 12 years by thousands of companies (with over 5K customers and over 25K servers running FusionReactor in production) What is FusionReactor & what can it do for you? . Watch what is going on, what has gone on, where the issues are . High-level metrics page reporting current state of instance processing . Requests, JDBC (also NoSQL) queries, Memory, CPU . Request activity, history, including recent, longest, and recently slow . Details on each request, including queries run within each request, and more . JDBC activity, history (recent/longest/recently slow) across all requests . Many CF-specific metrics exposed (counts of sessions, query cache, more) . Memory usage within JVM (heap and more), and garbage collection .
    [Show full text]
  • Rodion Bykov
    Rodion Bykov CFML (Lucee, Railo, Adobe ColdFusion), Java/Spring Web Developer Email: [email protected] | Skype: rodionbykov http://rodionbykov.com https://github.com/rodionbykov/ http://cfug.org.ua Profile Business-oriented web-developer Developing server-side and business logic API, protocols, web-services, and micro-services Interested in developing business, finance and e-commerce database-driven web applications Interested in mobile and emerging platforms like chatbots and speech interfaces Speaker, writer; manager of ColdFusion User Group Ukraine Professional Summary 15+ years of business-oriented web-development with CFML 7 years of Javascript development for web and mobile 3 years of development hybrid mobile applications using Apache Cordova, Apache Flex Experience with Java/Spring web development stack Experience with modern Javascript (Node, Angular, TypeScript) Business analysis, design and implementation of business systems Skills Expert level web development with CFML/CFScript (Lucee, Railo, Adobe ColdFusion, Bluedragon) Expert level database programming with MySQL, Microsoft SQL Server, Couchbase API development (REST/JSON, SOAP/XML, AMF) with CFML, FW/1, Taffy, Spring MVC, BlazeDS Java web development (Spring MVC, Hibernate, Servlets, JPA, JSP) Javascript development (jQuery, Vue, AngularJS) Load and performance testing using Gatling and JMeter MVC architecture with IoC/DI implementation using FW/1 and DI/1 and Fusebox frameworks Database persistence implementation with Hibernate, ColdFusion ORM,
    [Show full text]