Jump to content
We've recently updated our Privacy Statement, available here ×
  • This documentation is an older version of JasperReports Server Community Edition Release Notes. View the latest documentation.

    This section describes new features introduced in the Jaspersoft BI Suite Version 7 release. For information regarding features added to Version 6 releases, see the latest 6.4.x release notes.

    Version 7.1.0

    JasperReports Server 7.1.0 includes these improvements:

    Visualize.js Ad Hoc View Support. Visualize.js provides new building blocks to embed Ad Hoc views, helping application developers build modern, immersive experiences. This release includes:
         A frozen heading pane and infinite scrolling for table and crosstab components; this can greatly improve performance when viewing large result sets.
         CSS inheritance can define crosstab and table styling.
         The ability to capture attributes about table, crosstab, and chart components for use in hyperlinks.
         Object properties that help developers build their own user interfaces for selecting visualization types.
         Parameter and parameter value calls that enable dynamic view updates and custom filter controls in the surrounding application.

    note-icon-ns.png.7b0abf2a8c91964963b28bda126456fe.png

    OLAP Data Sources are not supported by Ad Hoc views in Visualize.js.

    Ad Hoc Views. Ad Hoc views and reports now offer:
         Ad Hoc View Referential Integrity - When items from a Domain are used in a dependent Ad Hoc view, removing the items from the Domain now returns an error message when editing the Ad Hoc view. You're given the option to remove the missing items from the Ad Hoc view to continue using it. The removed items no longer appear in the Data Source Selection panel.
         Time Balance Calculations. The ability to define basic Time Balance properties on measures, providing greater control of time series aggregate data.

    By default, all data are aggregated by summing time series values. New options let the user calculate aggregate time values by taking the first or last values of a time series. This benefits cases where opening and ending balance values (such as Inventory and Cash Balances) are measured. These options can change the totals to the sum of the numeric data for a period of time, as well as an average of the numeric values, the first numeric value entered for the period, and the last numeric value entered for the period.

         Grouping by Day of the Week. There is a new option for grouping time series data into Day of Week.
    Jaspersoft Studio. Several new features are available in our report designer:
         Spotfire (Version 7.5+) Infolink support. The data adapter for connecting to a Spotfire instance uses the latest public Spotfire API. Report developer create content from Spotfire data.
         Support for properties in datasets and query executers. Better support for fields and parameters in the Dataset and Query dialog, including support for field properties on the Fields tab and show and hide built-in parameters and display, create, and edit parameter properties on the Parameters tab. This lets you configure your fields and parameters directly in the Dataset and Query dialog.
         Data adapters that connect to a web service. You can now create data adapters that connect to a web service. You configure these data adapters in the data adapter dialog. When you use this type of data adapter in a report, you can access them in the Dataset and Query dialog: you can auto-discover fields from a node you enter in the query dialog and view and manage HTTP parameters on the Data Adapter tab.
         Enhanced Properties UI. The advanced properties dialog now displays a searchable list of available properties. You can create expressions, toggle the view to the old Properties dialog, and add properties for your custom classes. Most elements now support expressions in properties.
         Support for Data Snapshots. Jaspersoft Studio now lets you create a JasperReports data snapshot, which contains a sample dataset that contains all the data necessary to run the report. Storing the data for a report makes it easier to develop reports while offline or to share a functional report with other developers working on the report design.
    New Platforms. Components included in the installer have been updated to:
         PostgreSQL 9.3.20
         Tomcat 8.5.30
         Oracle JDK 8 version 1.8.0_151 (8u151)
         Spring Framework 3.2.18
    New Third-party Software Support. This release adds support for Oracle 12c as a host for the JasperReports Server repository and WebLogic 12.2.1 as the application server.

    You can still create reports and connect to the latest JasperReports Server with previous versions of Jaspersoft Studio.

    Security Improvement. JasperReports Server implements a new mechanism to protect against clickjacking attacks. To enable this mechanism, edit a configuration file.
    1. Using a text editor, open the applicationContext-security-web.xml file (found in <js-install>apache-tomcatwebappsjasperserver-proWEB-INF).
    2. Locate the antiClickJackingEnabled property in the webAppSecurityFilter bean, and set it to true. Setting this property to true instructs JasperReports Server to include an X-Frame-Options header in every response.
    3. You can also set the antiClickJackingOption property to control the header value. Valid values are:
         DENY - JasperReports Server doesn't load into any iframe.
         SAMEORIGIN - JasperReports Server only loads into an iframe on a page in the same domain as JasperReports Server.
         ALLOW-FROM - JasperReports Server only loads in a frame on a page specified in antiClickJackingUri property.
    4. If you set the antiClickJackingOption property to ALLOW-FROM, also set the antiClickJackingUri property to a valid URI.
    5. Save the file and restart the server.

    note-icon-ns.png.192374037dc491d7dbfe1cd9f82c7755.png

    If you use iframes to embed JasperReports Server (including use of Visualize.js), set the antiClickJackingOption to either SAMEORIGIN (if the embedding host is on the same domain as JasperReports Server) or ALLOW-FROM (if the embedding host is on a different domain than JasperReports Server). If you use ALLOW-FROM, also set the antiClickJackingUri property.

     

    Clickjack protection doesn't support cases in which multiple domains embed JasperReports Server.

    Directory Access Control. A new option can deny access to directories in the file system of the JasperReports Server host using the ResourceForwardingServlet servlet. The servlet forwards requests from, for example, /runtime/<hex-code>/<my-resource> to the /<my-resource> URL to handle browser caching.

    Access to the WEB-INF and META-INF directories is always denied. In some circumstances, you may want to deny access to other directories. For example, if you restrict access to certain directories using the security-constraint tag in web.xml, also restrict access to those directories using the forwardForbiddenDirectories parameter of the ResourceForwardingServlet servlet. To do so, edit a configuration file.

    1. Using a text editor, open the web.xml file (found in <js-install>apache-tomcatwebappsjasperserver-ceWEB-INF).
    2. Locate the init-param section of the ResourceForwardingServlet servlet.
    3. In the param-value section of the forwardForbiddenDirectories parameter, enter a comma-separated list of directories that JasperReports Server users shouldn't be able to access. This parameter can only list directories under the jasperserver-ce web application.

    For example:

    <servlet>

    <servlet-name>ResourceForwardingServlet</servlet-name>

    <servlet-class>com.jaspersoft.jasperserver.war.ResourceForwardingServlet</servlet-class>

    <init-param>

    <param-name>forwardForbiddenDirectories</param-name>

    <param-value>jpivot,fusion,wcf</param-value>

    <!-- Comma separated list of any additional directories

    (besides WEB-INF, META-INF) that the access is forbidden to-->

    </init-param>

    4. Save the file and restart the server.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...